Commit 3ec9e3e8 authored by Mike Reed's avatar Mike Reed Committed by Commit Bot

add flag for future Skia CL

needed for https://skia-review.googlesource.com/c/skia/+/113940

Change-Id: I4db6feb9e518cdacbaba10fcbd3e790927f3d4a3
Reviewed-on: https://chromium-review.googlesource.com/959531Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542723}
parent a3f0e87e
...@@ -213,6 +213,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -213,6 +213,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_LEGACY_GPU_PIXEL_OPS #define SK_LEGACY_GPU_PIXEL_OPS
#endif #endif
#ifndef SK_SUPPORT_LEGACY_BLURMASKFILTER
#define SK_SUPPORT_LEGACY_BLURMASKFILTER
#endif
#ifndef SK_SUPPORT_LEGACY_YUV_COLORSPACE #ifndef SK_SUPPORT_LEGACY_YUV_COLORSPACE
#define SK_SUPPORT_LEGACY_YUV_COLORSPACE #define SK_SUPPORT_LEGACY_YUV_COLORSPACE
#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