| Index: src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| diff --git a/src/gpu/effects/GrCustomCoordsTextureEffect.h b/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| index 0a6af7d4b4c9003c61cd1222eafe703fcb2f05db..3010ba245f400fdab1c4d883a7f4ed4285b5a8c2 100644
|
| --- a/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| +++ b/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| @@ -37,7 +37,7 @@ public:
|
| private:
|
| GrCustomCoordsTextureEffect(GrTexture* texture, const GrTextureParams& params);
|
|
|
| - virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE;
|
| + virtual bool onIsEqual(const GrGeometryProcessor& other) const SK_OVERRIDE;
|
|
|
| virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE;
|
|
|
|
|