Commit 0c3c94e9 authored by caryclark's avatar caryclark Committed by Commit bot

add flag for legacy stroking

R=reed@google.com

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

Cr-Commit-Position: refs/heads/master@{#317677}
parent 1ffc24b7
...@@ -269,6 +269,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -269,6 +269,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_ADDOVAL # define SK_SUPPORT_LEGACY_ADDOVAL
#endif #endif
#ifndef SK_LEGACY_STROKE_CURVES
# define SK_LEGACY_STROKE_CURVES
#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