Commit df4b8c86 authored by Mike Reed's avatar Mike Reed Committed by Mike Reed

add flag for future Skia CL

Future CL is here: https://skia-review.googlesource.com/c/skia/+/87788

Bug: 
Change-Id: Ib0c4988bdbbaf076f91b1f37f51ddc50d12b57c5
Reviewed-on: https://chromium-review.googlesource.com/836930Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525360}
parent 8325535c
...@@ -241,6 +241,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -241,6 +241,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_DASH_CULL_PATH #define SK_SUPPORT_LEGACY_DASH_CULL_PATH
#endif #endif
#ifndef SK_SUPPORT_LEGACY_SERIALPROCS_REF
#define SK_SUPPORT_LEGACY_SERIALPROCS_REF
#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