Skip to content

Commit

Permalink
add flag for future Skia CL
Browse files Browse the repository at this point in the history
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: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717739}
  • Loading branch information
reed-at-google authored and Commit Bot committed Nov 21, 2019
1 parent d839453 commit c1f4c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skia/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c1f4c87

Please sign in to comment.