Index: src/gpu/effects/GrDashingEffect.h |
diff --git a/src/gpu/effects/GrDashingEffect.h b/src/gpu/effects/GrDashingEffect.h |
index 05b1c9020542a2e6e9534f44390cde5f1079e7fc..7d0d006f1b56e93ff287cf11dd11ee28cd063c9a 100644 |
--- a/src/gpu/effects/GrDashingEffect.h |
+++ b/src/gpu/effects/GrDashingEffect.h |
@@ -20,7 +20,7 @@ class GrPipelineBuilder; |
class GrStrokeInfo; |
namespace GrDashingEffect { |
- bool DrawDashLine(GrDrawTarget*, GrPipelineBuilder*, GrColor, |
+ bool DrawDashLine(GrDrawTarget*, const GrPipelineBuilder&, GrColor, |
const SkMatrix& viewMatrix, const SkPoint pts[2], bool useAA, |
const GrStrokeInfo& strokeInfo); |
bool CanDrawDashLine(const SkPoint pts[2], const GrStrokeInfo& strokeInfo, |