Commit 4a6eba7b authored by Mike Reed's avatar Mike Reed Committed by Commit Bot

add flag for future removal of SkPaint::Align enum

Change-Id: I5ebd8f06b073088e3f31927cb2cc9f166ef0038d
Reviewed-on: https://chromium-review.googlesource.com/c/1308015
Commit-Queue: Mike Reed <reed@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604050}
parent c374ad0a
......@@ -155,6 +155,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
#endif
#ifndef SK_SUPPORT_LEGACY_PAINTALIGNENUM
#define SK_SUPPORT_LEGACY_PAINTALIGNENUM
#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