diff options
author | Robert Phillips <robertphillips@google.com> | 2014-07-14 09:28:15 -0400 |
---|---|---|
committer | Robert Phillips <robertphillips@google.com> | 2014-07-14 09:28:15 -0400 |
commit | 4fdba1cec42ff861d6cda7a41e3270d74abbe1b8 (patch) | |
tree | c7f357538a37b834b745d226c2deec9532b6a133 /gyp | |
parent | c4f30b1074e1068d6fc0f368428f410ed6d4b2b5 (diff) |
Reallow default SkPicture constructor for Chromium
This is breaking the Chromium build in:
external/chromium_org/android_webview/browser/browser_view_renderer.cc
TBR=reed@google.com
Review URL: https://codereview.chromium.org/392593002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_chromium_defines.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi index 93674ef8f5..1e38b2f38e 100644 --- a/gyp/skia_for_chromium_defines.gypi +++ b/gyp/skia_for_chromium_defines.gypi @@ -17,6 +17,7 @@ 'SK_SUPPORT_LEGACY_GETDEVICE', 'SK_IGNORE_ETC1_SUPPORT', 'SK_IGNORE_GPU_DITHER', + 'SK_SUPPORT_LEGACY_DEFAULT_PICTURE_CTOR', ], }, } |