aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-03-20 08:38:50 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-20 13:50:35 +0000
commitac6b1fa2c8507bfd5f790bccaebab8e4018cb2cd (patch)
tree3e6e2707f3526193e81169ab084592bbf812404c /gn
parent6405e71279e99731f89db69325c6763ec62a98e1 (diff)
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
This unused feature complicates MDB. Chrome compiles locally for me with this CL. frameworks/base/libs/hwui compiles locally for me with this CL. Change-Id: Id3ad64dac72eace52855896df0d7ce3679f15884 Reviewed-on: https://skia-review.googlesource.com/9882 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/android_framework_defines.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/android_framework_defines.gni b/gn/android_framework_defines.gni
index 9b0bf63fcf..7ed91032b5 100644
--- a/gn/android_framework_defines.gni
+++ b/gn/android_framework_defines.gni
@@ -18,4 +18,5 @@ android_framework_defines = [
"SK_SUPPORT_LEGACY_CANVAS_HELPERS",
"SK_SUPPORT_LEGACY_PATHEFFECT_SUBCLASSES",
"SK_SUPPORT_LEGACY_DRAWVERTICES_VIRTUAL",
+ "SK_SUPPORT_LEGACY_IMG_SNAPSHOT",
]