Commit b8aa86a0 authored by reed's avatar reed Committed by Commit bot

add SK_SUPPORT_LEGACY_PICTURE_PTR flag for future skia CL

BUG=

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

Cr-Commit-Position: refs/heads/master@{#381863}
parent 88103a11
...@@ -231,6 +231,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -231,6 +231,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_IGNORE_ETC1_SUPPORT # define SK_IGNORE_ETC1_SUPPORT
#endif #endif
#ifndef SK_SUPPORT_LEGACY_PICTURE_PTR
# define SK_SUPPORT_LEGACY_PICTURE_PTR
#endif
#ifndef SK_IGNORE_GPU_DITHER #ifndef SK_IGNORE_GPU_DITHER
# define SK_IGNORE_GPU_DITHER # define SK_IGNORE_GPU_DITHER
#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