Index: src/gpu/effects/GrConvexPolyEffect.h |
diff --git a/src/gpu/effects/GrConvexPolyEffect.h b/src/gpu/effects/GrConvexPolyEffect.h |
index 7f76f797dc2156664bca87165381498504e88eac..ef96c87074237c75612d5992c76ac31d3c0d63c8 100644 |
--- a/src/gpu/effects/GrConvexPolyEffect.h |
+++ b/src/gpu/effects/GrConvexPolyEffect.h |
@@ -75,7 +75,7 @@ public: |
private: |
GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]); |
- virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE; |
+ virtual bool onIsEqual(const GrFragmentProcessor& other) const SK_OVERRIDE; |
virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE; |