diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-07 15:17:37 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-07 15:17:37 +0000 |
commit | 0d0d620bfd703a6515b0c3a86f874c27e568aad0 (patch) | |
tree | 8eb7d46cbf3e41f88d67dee8ebefbb25fb9ad299 | |
parent | b55444054317d7f836da048241266fdaca442d1d (diff) |
remove SK_SUPPORT_LEGACY_GETCLIPTYPE
after this lands and sticks, we can remove the assocated code from skia
BUG=skia:
R=robertphillips@google.com, reed@chromium.org
Author: reed@google.com
Review URL: https://codereview.chromium.org/216703004
git-svn-id: http://skia.googlecode.com/svn/trunk@14074 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | gyp/skia_for_chromium_defines.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi index 64ca935ba9..a547f73da0 100644 --- a/gyp/skia_for_chromium_defines.gypi +++ b/gyp/skia_for_chromium_defines.gypi @@ -14,7 +14,6 @@ # 'skia_for_chromium_defines': [ 'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1', - 'SK_SUPPORT_LEGACY_GETCLIPTYPE', 'SK_SUPPORT_LEGACY_GETTOTALCLIP', 'SK_SUPPORT_LEGACY_GETTOPDEVICE', ], |