From c270baf97af1dfdb32ec9ab32561d0ddb87d1dde Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 24 Jan 2013 18:43:32 +0000 Subject: change giantdashline test to use 4 intervals, to explicitly avoid the asPoints special case code (which we may test separately later). git-svn-id: http://skia.googlecode.com/svn/trunk@7375 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/DashBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/DashBench.cpp') 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)); -- cgit v1.2.3