Index: src/gpu/effects/GrDashingEffect.h |
diff --git a/src/gpu/effects/GrDashingEffect.h b/src/gpu/effects/GrDashingEffect.h |
index 1a51e89ac85b728d453e4e942cfefd037256a888..331b6c8d0f2ae4bbfeef879e403ebb0f347d1aee 100644 |
--- a/src/gpu/effects/GrDashingEffect.h |
+++ b/src/gpu/effects/GrDashingEffect.h |
@@ -14,6 +14,7 @@ |
class GrGpu; |
class GrDrawTarget; |
+class GrGeometryProcessor; |
class GrPaint; |
class GrStrokeInfo; |
@@ -35,8 +36,10 @@ namespace GrDashingEffect { |
* Bounding geometry is rendered and the effect computes coverage based on the fragment's |
* position relative to the dashed line. |
*/ |
- GrEffect* Create(GrEffectEdgeType edgeType, const SkPathEffect::DashInfo& info, |
- SkScalar strokeWidth, DashCap cap); |
+ GrGeometryProcessor* Create(GrPrimitiveEdgeType edgeType, |
+ const SkPathEffect::DashInfo& info, |
+ SkScalar strokeWidth, |
+ DashCap cap); |
} |
#endif |