Commit 1eb49020 authored by Mike Reed's avatar Mike Reed

add flag to switch to SkTextEncoding

Bug: skia:2664
Change-Id: I3a565b6dd47e9e09deaadb7e0962d95420fe8935
Reviewed-on: https://chromium-review.googlesource.com/c/1358692Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613103}
parent 3ea29eaa
......@@ -157,6 +157,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
#endif
#ifndef SK_SUPPORT_LEGACY_TEXTENCODINGENUM
#define SK_SUPPORT_LEGACY_TEXTENCODINGENUM
#endif
#ifndef SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS
#define SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment