aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-07-24 08:26:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-24 08:26:49 +0000
commitb9a7b3303db5c83a3b43a5a740b74fae2bab1e37 (patch)
treebbd1d50240223808980077a630c696684c271703
parent74bf4afe3ca194e9c12ce9472311042171e261d4 (diff)
parentcc2381c482e58394cb51ad25c8406ffa98306eb5 (diff)
downloadskqp-b9a7b3303db5c83a3b43a5a740b74fae2bab1e37.tar.gz
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/skqp/+/12203486 Change-Id: Ife68d336b5f8c65f36daf8aa1d9521adb13d406f
-rw-r--r--tests/GrCCPRTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GrCCPRTest.cpp b/tests/GrCCPRTest.cpp
index 9c84717d34..c4bf58973a 100644
--- a/tests/GrCCPRTest.cpp
+++ b/tests/GrCCPRTest.cpp
@@ -883,7 +883,7 @@ protected:
class CCPR_busyPath : public CCPRRenderingTest {
void onRun(skiatest::Reporter* reporter, const CCPRPathDrawer& ccpr) const override {
- static constexpr int kNumBusyVerbs = 1 << 17;
+ static constexpr int kNumBusyVerbs = 1 << 14;
ccpr.clear();
SkPath busyPath;
busyPath.moveTo(0, 0); // top left