Commit cb4eb64a authored by joel.liang's avatar joel.liang Committed by Commit bot

Turn on SK_USE_LEGACY_DISTANCE_FIELDS

Temporary turn the new SDF algorithm feature off.

See here for more detail.
https://codereview.chromium.org/1643143002

TBR=jvanverth@google.com
BUG=

Review-Url: https://codereview.chromium.org/2581563004
Cr-Commit-Position: refs/heads/master@{#439166}
parent 69c6cded
......@@ -240,6 +240,12 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF
#endif
// Remove this after we fixed all the issues related to the new SDF algorithm
// (https://codereview.chromium.org/1643143002)
#ifndef SK_USE_LEGACY_DISTANCE_FIELDS
# define SK_USE_LEGACY_DISTANCE_FIELDS
#endif
///////////////////////// Imported from BUILD.gn and skia_common.gypi
/* In some places Skia can use static initializers for global initialization,
......
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