summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorsenorblanco <senorblanco@chromium.org>2016-03-22 02:59:21 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-22 10:00:26 +0000
commit5b106f90356e20fd96178d3f11fde6c7925d8c9e (patch)
tree45ab58241c94795a7d0daee43f7e43f1ce699a9a /skia
parent8e1693a1f8dbedc1eed2777464f8a35ffa0da8e4 (diff)
downloadchromium_src-5b106f90356e20fd96178d3f11fde6c7925d8c9e.zip
chromium_src-5b106f90356e20fd96178d3f11fde6c7925d8c9e.tar.gz
chromium_src-5b106f90356e20fd96178d3f11fde6c7925d8c9e.tar.bz2
Switch SkImageFilter::filterBounds() calls over to non-deprecated API.
Also remove the protective define for the legacy API. BUG=skia:5094 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1820023003 Cr-Commit-Position: refs/heads/master@{#382540}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 55f82b4..6688e8d 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -267,9 +267,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_SETSHADER_PTR
#endif
-#ifndef SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN
-# define SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN
-#endif
///////////////////////// Imported from BUILD.gn and skia_common.gypi
/* In some places Skia can use static initializers for global initialization,