diff options
author | scroggo <scroggo@google.com> | 2014-11-17 10:29:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-17 10:29:18 -0800 |
commit | a18cc77c338e79b5de5c7ee883da31f6befad9bc (patch) | |
tree | 660e9496c97b7b72a7c4dc590a338f257652743a /gyp | |
parent | 0f881c64a32a4a1ed12794ea853848d453ff4d61 (diff) |
Really enable deprecation warnings for Android framework.
Left out of a previous CL to reenable.
(We had the define added in two places for some reason...)
Review URL: https://codereview.chromium.org/728503002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_android_framework_defines.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi index ec0725f57e..f10f3e651c 100644 --- a/gyp/skia_for_android_framework_defines.gypi +++ b/gyp/skia_for_android_framework_defines.gypi @@ -18,8 +18,6 @@ 'SK_SUPPORT_LEGACY_GETDEVICE', # Needed until we fix skbug.com/2440. 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG', - # Transitional, for deprecated SkCanvas::SaveFlags methods. - 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1', 'SK_LEGACY_PICTURE_SIZE_API', 'SK_LEGACY_PICTURE_DRAW_API', ], |