Commit 639c3e9b authored by Mike Reed's avatar Mike Reed Committed by Chromium LUCI CQ

Add flag to stage Skia api change

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

Bug: skia:7650
Change-Id: Ief9093e21c244eee791c7d7cc00125203d2e5009
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606475Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
Cr-Commit-Position: refs/heads/master@{#839980}
parent d0cf7241
...@@ -229,6 +229,10 @@ SK_API void SkDebugf_FileLine(const char* file, ...@@ -229,6 +229,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define GR_OP_ALLOCATE_USE_NEW #define GR_OP_ALLOCATE_USE_NEW
#endif #endif
#ifndef SK_SUPPORT_LEGACY_ASYNCRESCALE_QUALITY
#define SK_SUPPORT_LEGACY_ASYNCRESCALE_QUALITY
#endif
#ifndef SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY #ifndef SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY
#define SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY #define SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY
#endif #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