Index: src/gpu/effects/GrDashingEffect.h |
diff --git a/src/gpu/effects/GrDashingEffect.h b/src/gpu/effects/GrDashingEffect.h |
index 492c6905fc1f213585dbc60b42eedd6b775789c4..61cba7e5339793ee2f759b51f967d88ec90829ba 100644 |
--- a/src/gpu/effects/GrDashingEffect.h |
+++ b/src/gpu/effects/GrDashingEffect.h |
@@ -25,8 +25,7 @@ class SkPath; |
namespace GrDashingEffect { |
bool DrawDashLine(GrGpu*, GrDrawTarget*, GrDrawState*, GrColor, const SkPoint pts[2], |
- const GrPaint& paint, const GrStrokeInfo& strokeInfo, |
- const SkMatrix& vm); |
+ const GrPaint& paint, const GrStrokeInfo& strokeInfo); |
enum DashCap { |
kRound_DashCap, |
@@ -43,7 +42,8 @@ namespace GrDashingEffect { |
GrPrimitiveEdgeType edgeType, |
const SkPathEffect::DashInfo& info, |
SkScalar strokeWidth, |
- DashCap cap); |
+ DashCap cap, |
+ const SkMatrix& localMatrix); |
} |
#endif |