Commit c1f4c874 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/skia/+/242557/

Change-Id: Ifc712cfb963fa698162ce56b618ccd906dc21007
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929260
Commit-Queue: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717739}
parent d839453a
......@@ -215,6 +215,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS
#endif
#ifndef SK_SUPPORT_LEGACY_PATH_DIRECTION_ENUM
#define SK_SUPPORT_LEGACY_PATH_DIRECTION_ENUM
#endif
// Max. verb count for paths rendered by the edge-AA tessellating path renderer.
#define GR_AA_TESSELLATOR_MAX_VERB_COUNT 100
......
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