| Index: src/gpu/effects/GrConvolutionEffect.cpp | 
| diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp | 
| index 01c56f1163b3939cc98c14147990d4e6b60f040d..9776a2af5f67e65eb7e05848541cc29bfc3b3813 100644 | 
| --- a/src/gpu/effects/GrConvolutionEffect.cpp | 
| +++ b/src/gpu/effects/GrConvolutionEffect.cpp | 
| @@ -200,7 +200,7 @@ const GrBackendFragmentProcessorFactory& GrConvolutionEffect::getFactory() const | 
| return GrTBackendFragmentProcessorFactory<GrConvolutionEffect>::getInstance(); | 
| } | 
|  | 
| -bool GrConvolutionEffect::onIsEqual(const GrProcessor& sBase) const { | 
| +bool GrConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { | 
| const GrConvolutionEffect& s = sBase.cast<GrConvolutionEffect>(); | 
| return (this->texture(0) == s.texture(0) && | 
| this->radius() == s.radius() && | 
|  |