diff options
author | epoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 15:59:56 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 15:59:56 +0000 |
commit | 3d422724c102e01b9d8bd26b06f269b643f80ea9 (patch) | |
tree | ce7d9ecfce139a6a838a194345ee5222fcdeb37d /skia/skia.gyp | |
parent | e440e659da4b4906272b508fd454a95b46cce399 (diff) | |
download | chromium_src-3d422724c102e01b9d8bd26b06f269b643f80ea9.zip chromium_src-3d422724c102e01b9d8bd26b06f269b643f80ea9.tar.gz chromium_src-3d422724c102e01b9d8bd26b06f269b643f80ea9.tar.bz2 |
Roll out http://crrev.com/140760 , because we encountered errors when rebaselining in webkit.
Review URL: https://chromiumcodereview.appspot.com/10542063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 8f9b4a5..29ffaf4 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -805,6 +805,9 @@ # http://code.google.com/p/skia/source/detail?r=3037 ; enabling that # fix will require substantial rebaselining. 'SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX', + + # Temporarily ignore fix to antialias coverage, until we can rebaseline + 'SK_USE_LEGACY_AA_COVERAGE', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |