diff options
author | tfarina <tfarina@chromium.org> | 2014-12-03 13:13:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-03 13:13:02 -0800 |
commit | 9ed02e40d1069a99c89013b2d442d20e07913206 (patch) | |
tree | a53bc5816ae12f2ab12dd110f196ef7d5d616e95 /gyp | |
parent | 4f10844149bbc05f0259a1b3199c2f995756ed60 (diff) |
Add SK_SUPPORT_LEGACY_PORTER_DUFF macro.
This trick will be used to remove deprecated SkPorterDuff API. But first
we need to add it so Android can be updated later.
BUG=skia:3178
R=scroggo@google.com
Review URL: https://codereview.chromium.org/758133004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_android_framework_defines.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi index f10f3e651c..ee0e1f3e0d 100644 --- a/gyp/skia_for_android_framework_defines.gypi +++ b/gyp/skia_for_android_framework_defines.gypi @@ -20,6 +20,8 @@ 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG', 'SK_LEGACY_PICTURE_SIZE_API', 'SK_LEGACY_PICTURE_DRAW_API', + # TODO(tfarina): Remove this when Android is fixed. skbug.com/3178 + 'SK_SUPPORT_LEGACY_PORTER_DUFF', ], }, } |