Restore aa triangulating path renderer limit to 10 verbs
Bug: skia:12547 Change-Id: Ie55e013c0bf8a3b68267eb319bb75128078078de Reviewed-on: https://skia-review.googlesource.com/c/skia/+/459716 Auto-Submit: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Chris Dalton <csmartdalton@google.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com>
This commit is contained in:
parent
1cb3f3666c
commit
5bf1b51e61
@ -33,11 +33,7 @@
|
||||
#include <cstdio>
|
||||
|
||||
#ifndef GR_AA_TESSELLATOR_MAX_VERB_COUNT
|
||||
#if defined(SK_BUILD_FOR_FUZZER)
|
||||
#define GR_AA_TESSELLATOR_MAX_VERB_COUNT 10
|
||||
#else
|
||||
#define GR_AA_TESSELLATOR_MAX_VERB_COUNT 100
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user