Commit cffaf486 authored by Mike Reed's avatar Mike Reed Committed by Commit Bot

add flag to stage virtual change in SkCanvas

Bug: skia:9984
Change-Id: I119ce10adcf14000d2f706f7c947f3c3f1da68a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083599Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746140}
parent cfb653bb
...@@ -218,6 +218,10 @@ SK_API void SkDebugf_FileLine(const char* file, ...@@ -218,6 +218,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_SUPPORT_LEGACY_AAA_CHOICE #define SK_SUPPORT_LEGACY_AAA_CHOICE
#endif #endif
#ifndef SK_SUPPORT_LEGACY_DRAWVERTS_VIRTUAL
#define SK_SUPPORT_LEGACY_DRAWVERTS_VIRTUAL
#endif
// We're turning this off indefinitely, // We're turning this off indefinitely,
// until we can figure out some fundamental problems with its approach. // until we can figure out some fundamental problems with its approach.
// //
......
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