Index: src/gpu/effects/GrMatrixConvolutionEffect.cpp |
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.cpp b/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
index 07b48513dc71bf4676d29457b76a3e56dd536cc6..1f982672c4d5dc3bc7a0a47bdd010d8f2bd8e5c2 100644 |
--- a/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
+++ b/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
@@ -176,7 +176,7 @@ const GrBackendFragmentProcessorFactory& GrMatrixConvolutionEffect::getFactory() |
return GrTBackendFragmentProcessorFactory<GrMatrixConvolutionEffect>::getInstance(); |
} |
-bool GrMatrixConvolutionEffect::onIsEqual(const GrProcessor& sBase) const { |
+bool GrMatrixConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { |
const GrMatrixConvolutionEffect& s = sBase.cast<GrMatrixConvolutionEffect>(); |
return this->texture(0) == s.texture(0) && |
fKernelSize == s.kernelSize() && |