diff options
author | Mike Reed <reed@google.com> | 2017-05-10 14:13:20 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-10 18:56:14 +0000 |
commit | 14113bcc4e55ab6029344a46fb70aa6344587409 (patch) | |
tree | 30585b3821de2ca3a17c526810c6cded9a4c0a62 /gn | |
parent | 6f9f2591c1a6a01f0c0fb06fcd77d1429e3ce260 (diff) |
add flag to hide deprecated clipops
needs this to land first
https://codereview.chromium.org/2877493002/#
Bug: skia:3191
Change-Id: Iff5271064877c4e96353d3564464f513eaad0bb5
Reviewed-on: https://skia-review.googlesource.com/16365
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/android_framework_defines.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/android_framework_defines.gni b/gn/android_framework_defines.gni index 67c6a2d5e2..ed490001be 100644 --- a/gn/android_framework_defines.gni +++ b/gn/android_framework_defines.gni @@ -12,4 +12,5 @@ android_framework_defines = [ "SK_IGNORE_GPU_DITHER", "SK_SUPPORT_LEGACY_SHADER_ISABITMAP", "SK_SUPPORT_LEGACY_EMBOSSMASKFILTER", + "SK_SUPPORT_DEPRECATED_CLIPOPS", ] |