Commit 1cb02823 authored by reed's avatar reed Committed by Commit bot

add SK_SUPPORT_LEGACY_PREROLL flag for skia cl

BUG=
NOTRY=True

Review-Url: https://codereview.chromium.org/2583723003
Cr-Commit-Position: refs/heads/master@{#439122}
parent e5bbb7cb
...@@ -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_IGNORE_GPU_DITHER # define SK_IGNORE_GPU_DITHER
#endif #endif
#ifndef SK_SUPPORT_LEGACY_PREROLL
# define SK_SUPPORT_LEGACY_PREROLL
#endif
#ifndef SK_SUPPORT_LEGACY_EVAL_CUBIC #ifndef SK_SUPPORT_LEGACY_EVAL_CUBIC
# define SK_SUPPORT_LEGACY_EVAL_CUBIC # define SK_SUPPORT_LEGACY_EVAL_CUBIC
#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