aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-03-21 16:50:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-22 13:13:14 +0000
commitc3efe6785666cdd13848e63f36fdadca26c48649 (patch)
tree5a8f4a3f8469e3433af6e2cea4df48f590a5964a /gn
parent0ae6faa34d73ffc7ebec3d13f0473703bade821b (diff)
Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag
Android has been updated to use the new signature so this should no longer be needed Change-Id: Id745191e815381d032aba6a49bf4baf9c53b2385 Reviewed-on: https://skia-review.googlesource.com/9985 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/android_framework_defines.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/android_framework_defines.gni b/gn/android_framework_defines.gni
index 76c8339a9c..f84c275294 100644
--- a/gn/android_framework_defines.gni
+++ b/gn/android_framework_defines.gni
@@ -16,5 +16,4 @@ android_framework_defines = [
"SK_SUPPORT_LEGACY_SHADER_ISABITMAP",
"SK_SUPPORT_LEGACY_EMBOSSMASKFILTER",
"SK_SUPPORT_LEGACY_CANVAS_HELPERS",
- "SK_SUPPORT_LEGACY_IMG_SNAPSHOT",
]