aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/DashBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/DashBench.cpp b/bench/DashBench.cpp
index 42e23fd8f3..f10924605c 100644
--- a/bench/DashBench.cpp
+++ b/bench/DashBench.cpp
@@ -338,7 +338,7 @@ public:
// deliberately pick intervals that won't be caught by asPoints(), so
// we can test the filterPath code-path.
- const SkScalar intervals[] = { 2, 1 };
+ const SkScalar intervals[] = { 2, 1, 1, 1 };
fPathEffect.reset(new SkDashPathEffect(intervals,
SK_ARRAY_COUNT(intervals), 0));