aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skia_for_android_framework_defines.gypi
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-06-14 04:24:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-14 04:24:57 -0700
commitf252f64f17efddf7235682a96d155d7c86c898e3 (patch)
tree2e840b4d3030b9163c908bb710bb91b0893bd99f /gyp/skia_for_android_framework_defines.gypi
parent937fdeb8a2c1fde03ffd6df40a673692fd69e768 (diff)
hide virtuals on device for width/height/isopaque
R=bsalomon@google.com NOTREECHECKS=True Author: reed@chromium.org Review URL: https://codereview.chromium.org/334993002
Diffstat (limited to 'gyp/skia_for_android_framework_defines.gypi')
-rw-r--r--gyp/skia_for_android_framework_defines.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi
index 223d504337..39a6b62a78 100644
--- a/gyp/skia_for_android_framework_defines.gypi
+++ b/gyp/skia_for_android_framework_defines.gypi
@@ -16,6 +16,7 @@
'SK_SUPPORT_LEGACY_SETCONFIG_INFO',
'SK_SUPPORT_LEGACY_SETCONFIG',
'SK_SUPPORT_LEGACY_IMAGEDECODER_CONFIG',
+ 'SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE',
# Needed until we fix skbug.com/2440.
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
# Transitional, for deprecated SkCanvas::SaveFlags methods.