Commit afe49207 authored by msarett's avatar msarett Committed by Commit bot

Add flag to guard upcoming picture API change

NOTRY=true
BUG=

Review-Url: https://codereview.chromium.org/2620513002
Cr-Commit-Position: refs/heads/master@{#441952}
parent 584e16ef
...@@ -216,6 +216,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -216,6 +216,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_DISABLE_COLOR_XFORM_PIPELINE # define SK_DISABLE_COLOR_XFORM_PIPELINE
#endif #endif
#ifndef SK_USE_LEGACY_MAKE_PICTURE_API
# define SK_USE_LEGACY_MAKE_PICTURE_API
#endif
#ifndef SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF #ifndef SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF
# define SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF # define SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF
#endif #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