summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@google.com>2016-03-17 09:41:30 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 16:43:05 +0000
commit303fdfedbe3d0605f93050240d848844876e1d80 (patch)
treebe1747f30be4e0bbaf972fd7adfbbd711cc493f8 /skia
parent8b877c1ad8826a31d75010cec99cbd42bf622700 (diff)
downloadchromium_src-303fdfedbe3d0605f93050240d848844876e1d80.zip
chromium_src-303fdfedbe3d0605f93050240d848844876e1d80.tar.gz
chromium_src-303fdfedbe3d0605f93050240d848844876e1d80.tar.bz2
add SK_SUPPORT_LEGACY_IMAGEFACTORY flag for future skia CL
BUG= Review URL: https://codereview.chromium.org/1807233003 Cr-Commit-Position: refs/heads/master@{#381731}
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 1ea18f8..fbb56fc 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -235,6 +235,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_IGNORE_GPU_DITHER
#endif
+#ifndef SK_SUPPORT_LEGACY_IMAGEFACTORY
+# define SK_SUPPORT_LEGACY_IMAGEFACTORY
+#endif
+
#ifndef SK_SUPPORT_LEGACY_EVAL_CUBIC
# define SK_SUPPORT_LEGACY_EVAL_CUBIC
#endif