| Index: src/gpu/effects/GrDashingEffect.h
|
| diff --git a/src/gpu/effects/GrDashingEffect.h b/src/gpu/effects/GrDashingEffect.h
|
| index 61cba7e5339793ee2f759b51f967d88ec90829ba..219f98f26f689d0bef5e41e22e51356dd6024b4e 100644
|
| --- a/src/gpu/effects/GrDashingEffect.h
|
| +++ b/src/gpu/effects/GrDashingEffect.h
|
| @@ -24,8 +24,8 @@ class GrGLDashingEffect;
|
| class SkPath;
|
|
|
| namespace GrDashingEffect {
|
| - bool DrawDashLine(GrGpu*, GrDrawTarget*, GrDrawState*, GrColor, const SkPoint pts[2],
|
| - const GrPaint& paint, const GrStrokeInfo& strokeInfo);
|
| + bool DrawDashLine(GrGpu*, GrDrawTarget*, GrDrawState*, GrColor, const SkMatrix& viewMatrix,
|
| + const SkPoint pts[2], const GrPaint& paint, const GrStrokeInfo& strokeInfo);
|
|
|
| enum DashCap {
|
| kRound_DashCap,
|
| @@ -39,6 +39,7 @@ namespace GrDashingEffect {
|
| * position relative to the dashed line.
|
| */
|
| GrGeometryProcessor* Create(GrColor,
|
| + const SkMatrix& viewMatrix,
|
| GrPrimitiveEdgeType edgeType,
|
| const SkPathEffect::DashInfo& info,
|
| SkScalar strokeWidth,
|
|
|