summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorsenorblanco <senorblanco@chromium.org>2016-03-21 14:32:52 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 21:34:13 +0000
commitd06c6bdbbd44f49364ba6bf10a872ffd0ba9281c (patch)
treef9916224366426ccc07ac59da83e4266a44f3b25 /skia
parent04828390f9c11f8c0dba9cd833512ab2cebcb744 (diff)
downloadchromium_src-d06c6bdbbd44f49364ba6bf10a872ffd0ba9281c.zip
chromium_src-d06c6bdbbd44f49364ba6bf10a872ffd0ba9281c.tar.gz
chromium_src-d06c6bdbbd44f49364ba6bf10a872ffd0ba9281c.tar.bz2
Add a temporary define for SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN.
BUG=skia:5094 Review URL: https://codereview.chromium.org/1821023002 Cr-Commit-Position: refs/heads/master@{#382396}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index c83f2a7..f0eb7f2 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -263,6 +263,9 @@ 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,