Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: gyp/skia_for_android_framework_defines.gypi

Issue 758133004: Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add comment Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/effects/SkPorterDuff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skia_for_android_framework_defines.gypi
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi
index f10f3e651cf72d6cd71bcd225322ca33f51a5f27..ee0e1f3e0d851bafb569dfacddd5c661c39d56a5 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',
],
},
}
« no previous file with comments | « no previous file | include/effects/SkPorterDuff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698