Commit 795129ce authored by Mike Reed's avatar Mike Reed Committed by Commit Bot

guard Skia behavior change with flag

See https://skia-review.googlesource.com/c/skia/+/244636

Bug: skia:9472
Change-Id: I58ccfcffd5ab93ab1c5bcfa2bff60899a98c34a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829938Reviewed-by: default avatarMike Klein <mtklein@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
Cr-Commit-Position: refs/heads/master@{#700802}
parent 70e45074
...@@ -205,6 +205,10 @@ SK_API void SkDebugf_FileLine(const char* file, ...@@ -205,6 +205,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_USE_LEGACY_DISTANCE_FIELDS #define SK_USE_LEGACY_DISTANCE_FIELDS
#endif #endif
#ifndef SK_SUPPORT_LEGACY_COLORFILTER_NO_SHADER
#define SK_SUPPORT_LEGACY_COLORFILTER_NO_SHADER
#endif
// For now, Chrome should only attempt to reduce opList splitting when recording // For now, Chrome should only attempt to reduce opList splitting when recording
// DDLs // DDLs
#ifndef SK_DISABLE_REDUCE_OPLIST_SPLITTING #ifndef SK_DISABLE_REDUCE_OPLIST_SPLITTING
......
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