diff options
author | senorblanco@google.com <senorblanco@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 18:32:07 +0000 |
---|---|---|
committer | senorblanco@google.com <senorblanco@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 18:32:07 +0000 |
commit | c4d1d311656ee66c3294384f64055b360ddb9ffa (patch) | |
tree | ca4b3e0caf122de224ddcbadb0f4f13a141208df /skia/skia.gyp | |
parent | 9bf2ee4a8c573a9f8fe4803da3e44c3714cff2d8 (diff) | |
download | chromium_src-c4d1d311656ee66c3294384f64055b360ddb9ffa.zip chromium_src-c4d1d311656ee66c3294384f64055b360ddb9ffa.tar.gz chromium_src-c4d1d311656ee66c3294384f64055b360ddb9ffa.tar.bz2 |
Enable skia's separable mask blur. Remove the SK_DISABLE_SEPARABLE_MASK_BLUR flag from skia.gyp, and suppress the resulting failures until they are rebaselined.
Review URL: https://codereview.chromium.org/11411361
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 76214d5..b845456 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -232,8 +232,6 @@ # Temporarily keep old int-srcrect behavior, until we determine if # the few failures are a bug or not. 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', - - 'SK_DISABLE_SEPARABLE_MASK_BLUR', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |