summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@google.com>2015-04-29 12:10:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-29 19:11:32 +0000
commita1d5d5f850a0f6fea46b92ee8abdd6efab201f5f (patch)
treeb806ff32936bb981a7d93a6180d3ea45ed725610 /skia
parent8e203cfaaa914c9bb2394e74443b5eada7375687 (diff)
downloadchromium_src-a1d5d5f850a0f6fea46b92ee8abdd6efab201f5f.zip
chromium_src-a1d5d5f850a0f6fea46b92ee8abdd6efab201f5f.tar.gz
chromium_src-a1d5d5f850a0f6fea46b92ee8abdd6efab201f5f.tar.bz2
add SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER to guard skia change
in support of https://codereview.chromium.org/986353002/ BUG= Review URL: https://codereview.chromium.org/1115713003 Cr-Commit-Position: refs/heads/master@{#327537}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index ec2248b..823ea25 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -257,6 +257,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS
#endif
+#ifndef SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER
+# define SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER
+#endif
+
#ifndef SK_IGNORE_ETC1_SUPPORT
# define SK_IGNORE_ETC1_SUPPORT
#endif