Index: src/gpu/effects/GrMatrixConvolutionEffect.cpp |
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.cpp b/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
index 98611f9ae0147e1d125e0b98927b27011020678e..c188baf89ec499c307c3626a373e0b8365283d08 100644 |
--- a/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
+++ b/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
@@ -155,12 +155,12 @@ GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTexture* texture, |
GrMatrixConvolutionEffect::~GrMatrixConvolutionEffect() { |
} |
-void GrMatrixConvolutionEffect::onGetGLProcessorKey(const GrGLSLCaps& caps, |
- GrProcessorKeyBuilder* b) const { |
+void GrMatrixConvolutionEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, |
+ GrProcessorKeyBuilder* b) const { |
GrGLMatrixConvolutionEffect::GenKey(*this, caps, b); |
} |
-GrGLSLFragmentProcessor* GrMatrixConvolutionEffect::onCreateGLInstance() const { |
+GrGLSLFragmentProcessor* GrMatrixConvolutionEffect::onCreateGLSLInstance() const { |
return new GrGLMatrixConvolutionEffect(*this); |
} |