Index: gm/dashing.cpp |
diff --git a/gm/dashing.cpp b/gm/dashing.cpp |
index f690852fbda2a9a1215f56499d368956650f4656..595de5227a5d6d108251f8ba883871440ee96f82 100644 |
--- a/gm/dashing.cpp |
+++ b/gm/dashing.cpp |
@@ -202,7 +202,7 @@ protected: |
SkScalar intervals[2] = { dashLength, dashLength }; |
- p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase, false))->unref(); |
+ p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); |
SkPoint pts[2]; |