summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorsugoi@chromium.org <sugoi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-02 02:03:39 +0000
committersugoi@chromium.org <sugoi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-02 02:03:39 +0000
commitc1bb25849e7726fc909f762eda12134f067e6100 (patch)
tree71a1b31cf7b6e11575b0c9fb5694b3716512c71a /skia
parent56a43e4739a4d15b9a36a2fa72640a069fd5c501 (diff)
downloadchromium_src-c1bb25849e7726fc909f762eda12134f067e6100.zip
chromium_src-c1bb25849e7726fc909f762eda12134f067e6100.tar.gz
chromium_src-c1bb25849e7726fc909f762eda12134f067e6100.tar.bz2
Adding define to allow Blink and Chrome to use the unoptimized path of SkOffsetImageFilter without affecting Skia.
BUG= Review URL: https://codereview.chromium.org/54823007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia_library.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index effaee4..d8e16f7 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -420,6 +420,10 @@
# SkGraphics::Init().
'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
+ # Forcing the unoptimized path for the offset image filter in skia until
+ # all filters used in Blink support the optimized path properly
+ 'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION',
+
# Disable this check because it is too strict for some Chromium-specific
# subclasses of SkPixelRef. See bug: crbug.com/171776.
'SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK',