diff options
author | reed <reed@google.com> | 2016-08-11 05:21:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-11 05:21:41 -0700 |
commit | 8fb6ba5f88b39aac9a88cb7945d16d8f9908bab9 (patch) | |
tree | a0e41cc105c393b93fcd7ade7e79d49b2eb95ef5 /gyp | |
parent | dfd32b705bfac7fde85db935ecf8c46d40e5b63e (diff) |
add legacy flag
needed only so long as legacy picture-ptr-factory is being used
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2237843002
TBR=
NOTRY=True
Review-Url: https://codereview.chromium.org/2237843002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_android_framework_defines.gypi | 1 |
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 fbeb3e7516..26f69988c8 100644 --- a/gyp/skia_for_android_framework_defines.gypi +++ b/gyp/skia_for_android_framework_defines.gypi @@ -29,6 +29,7 @@ 'SK_SUPPORT_LEGACY_IMAGEFACTORY', 'SK_SUPPORT_LEGACY_XFERMODE_PTR', 'SK_IGNORE_GPU_DITHER', + 'SK_SUPPORT_LEGACY_PICTUREINSTALLPIXELREF', ], }, } |