diff options
author | bungeman@google.com <bungeman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 16:53:29 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 16:53:29 +0000 |
commit | e66b721642dabbf698873468c9e2fa36ba830e87 (patch) | |
tree | 743b476b43ccaedcfb0ddb240cf6c4cec231161a /skia/skia.gyp | |
parent | f7d3b4ed0ca2716b883c97859ba3b3dbfcc8d283 (diff) | |
download | chromium_src-e66b721642dabbf698873468c9e2fa36ba830e87.zip chromium_src-e66b721642dabbf698873468c9e2fa36ba830e87.tar.gz chromium_src-e66b721642dabbf698873468c9e2fa36ba830e87.tar.bz2 |
Clipped high quality blur in skia has been fixed.
Review URL: http://codereview.chromium.org/7840032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 8b836a8..7905add 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -727,7 +727,6 @@ 'GR_AGGRESSIVE_SHADER_OPTS=1', 'SK_DISABLE_FAST_AA_STROKE_RECT', 'SK_IGNORE_CF_OPTIMIZATION', - 'SK_BLUR_MASK_FILTER_IGNORE_MARGIN_FIX', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |