diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 16:04:30 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 16:04:30 +0000 |
commit | 3726ecf37ce5e653eeb410ecefa8d98f6bf0eeea (patch) | |
tree | dff419c2311d6071c1b55d09137bf61fa8e938a1 /skia | |
parent | 552dad759b4f6b2777fa0c09ae4a39fbf13a7d45 (diff) | |
download | chromium_src-3726ecf37ce5e653eeb410ecefa8d98f6bf0eeea.zip chromium_src-3726ecf37ce5e653eeb410ecefa8d98f6bf0eeea.tar.gz chromium_src-3726ecf37ce5e653eeb410ecefa8d98f6bf0eeea.tar.bz2 |
use builder for layerrasterizer
this change allows us to remove the deprecated code in SK_SUPPORT_LEGACY_LAYERRASTERIZER_API
BUG=
Review URL: https://codereview.chromium.org/227463005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia_common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi index 1459627..77624c0b 100644 --- a/skia/skia_common.gypi +++ b/skia/skia_common.gypi @@ -152,7 +152,6 @@ 'SK_ENABLE_LEGACY_API_ALIASING=1', 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1', 'GR_GL_IGNORE_ES3_MSAA=0', - 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1', 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT', # This variable contains additional defines, specified in skia's |