Commit fc05132f authored by Cary Clark's avatar Cary Clark Committed by Commit Bot

add legacy switch for convexity

In preparation for review.skia.org/173427
add a switch so Chrome can use the old version.
Once Chrome is rebaselined, it will be switched to
the newer version.

R=fmalita@chromium.org
BUG=899689

Change-Id: I0ccf1e682337b238afa024ad26b09dde875afefd
Reviewed-on: https://chromium-review.googlesource.com/c/1374162Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#616031}
parent 816082dd
...@@ -161,6 +161,8 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -161,6 +161,8 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_AAA_CHOICE #define SK_SUPPORT_LEGACY_AAA_CHOICE
#endif #endif
#define SK_LEGACY_PATH_CONVEXITY // crbug.com/899689
#define SK_LEGACY_SRGB_STAGE_CHOICE #define SK_LEGACY_SRGB_STAGE_CHOICE
#define SK_SUPPORT_DIRECT_PATHREF_VALIDATION // see crbug.com/913930 #define SK_SUPPORT_DIRECT_PATHREF_VALIDATION // see crbug.com/913930
......
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