diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 17:18:28 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 17:18:28 +0000 |
commit | 58cc674a5521a984137baa973ba64ba563ffe046 (patch) | |
tree | 3f014fda4c9a80a13e1ea5ec957932b1e9e37da1 /skia/skia.gyp | |
parent | e1296f3f0e7042ee735688b7cc29266e02a97dd4 (diff) | |
download | chromium_src-58cc674a5521a984137baa973ba64ba563ffe046.zip chromium_src-58cc674a5521a984137baa973ba64ba563ffe046.tar.gz chromium_src-58cc674a5521a984137baa973ba64ba563ffe046.tar.bz2 |
enable hairline-clipping fix
Review URL: https://chromiumcodereview.appspot.com/9702118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 99b6fd5..bd037e9 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -755,11 +755,6 @@ 'SK_DISABLE_FAST_AA_STROKE_RECT', 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', - # Disable hairline-clipping fix (skia rev. 3366) as it causes 100+ layouttests - # to need to be rebaselined (tiny change in scroll-bar thumb). Remove this - # when we can perform the rebaseline. - 'SK_IGNORE_HAIRLINE_CLIP_FIX', - # temporary for landing Skia rev 3077 with minimal layout test breakage 'SK_SIMPLE_TWOCOLOR_VERTICAL_GRADIENTS', |