Commit 43338b6c authored by Mike Reed's avatar Mike Reed Committed by Commit Bot

add flag for future Skia CL

See https://skia-review.googlesource.com/c/24260/

Bug: 
Change-Id: I82348c8d51e810a6519fe48f79a55ce3407fc76b
Reviewed-on: https://chromium-review.googlesource.com/575831
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487414}
parent 2533c251
...@@ -224,6 +224,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -224,6 +224,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_NONSTD_BLENDMODES #define SK_SUPPORT_NONSTD_BLENDMODES
#endif #endif
#ifndef SK_SUPPORT_LEGACY_COLORTABLE
#define SK_SUPPORT_LEGACY_COLORTABLE
#endif
///////////////////////// Imported from BUILD.gn and skia_common.gypi ///////////////////////// Imported from BUILD.gn and skia_common.gypi
/* In some places Skia can use static initializers for global initialization, /* In some places Skia can use static initializers for global initialization,
......
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