Index: src/gpu/effects/GrBicubicEffect.h |
diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h |
index e36aa8d1d5be531270d7937ea25c6065dd7e8f5e..642f7cfc5a63ac22d3c2dd45e23e7fa2d2407ec6 100644 |
--- a/src/gpu/effects/GrBicubicEffect.h |
+++ b/src/gpu/effects/GrBicubicEffect.h |
@@ -90,7 +90,7 @@ private: |
const SkMatrix &matrix, const SkShader::TileMode tileModes[2]); |
GrBicubicEffect(GrTexture*, const SkScalar coefficients[16], |
const SkMatrix &matrix, const SkRect& domain); |
- virtual bool onIsEqual(const GrProcessor&) const SK_OVERRIDE; |
+ virtual bool onIsEqual(const GrFragmentProcessor&) const SK_OVERRIDE; |
virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE; |