Commit 70eb6a59 authored by Mike Reed's avatar Mike Reed Committed by Chromium LUCI CQ

Add flag to opt into new pictureshader filtering

See https://skia-review.googlesource.com/c/skia/+/351505

Bug: skia:7650
Change-Id: I460c4791f610b5b4bff845238f87d3869a700d48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615202Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
Cr-Commit-Position: refs/heads/master@{#841275}
parent 2afd2291
......@@ -214,6 +214,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_DISABLE_REDUCE_OPLIST_SPLITTING
#endif
#ifndef SK_SUPPORT_LEGACY_INHERITED_PICTURE_SHADER_FILTER
#define SK_SUPPORT_LEGACY_INHERITED_PICTURE_SHADER_FILTER
#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