0

add SK_SUPPORT_LEGACY_IMAGEFILTER_PTR flag for future skia CL

Guard for upcoming swap of Skia's ImageFilter factories over to smart pointers.

Review URL: https://codereview.chromium.org/1836443003

Cr-Commit-Position: refs/heads/master@{#383338}
This commit is contained in:
robertphillips
2016-03-25 13:11:14 -07:00
committed by Commit bot
parent 50ae12c171
commit d7b107cbc8

@ -251,6 +251,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_COLORFILTER_PTR
#endif
#ifndef SK_SUPPORT_LEGACY_IMAGEFILTER_PTR
# define SK_SUPPORT_LEGACY_IMAGEFILTER_PTR
#endif
#ifndef SK_SUPPORT_LEGACY_EVAL_CUBIC
# define SK_SUPPORT_LEGACY_EVAL_CUBIC
#endif