Commit 303fdfed authored by reed's avatar reed Committed by Commit bot

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}
parent 8b877c1a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment