Commit 53ff0e3b authored by reed's avatar reed Committed by Commit bot

add SK_SUPPORT_LEGACY_IMAGEFILTER_CTM to guard skia change

see https://codereview.chromium.org/1140943004/

BUG=
NOTRY=True
just adds a new flag for future cls

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

Cr-Commit-Position: refs/heads/master@{#329841}
parent 5f3849aa
......@@ -245,6 +245,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_GETTOPDEVICE
#endif
#ifndef SK_SUPPORT_LEGACY_IMAGEFILTER_CTM
# define SK_SUPPORT_LEGACY_IMAGEFILTER_CTM
#endif
#ifndef SK_LEGACY_DRAWPICTURECALLBACK
# define SK_LEGACY_DRAWPICTURECALLBACK
#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