Index: src/gpu/effects/GrConvolutionEffect.cpp |
diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp |
index 55b44b7f56fb7c227823a3d9e8897619fd73ad76..f26ddd18a6693b1be8465814f2d7b82adcbac37f 100644 |
--- a/src/gpu/effects/GrConvolutionEffect.cpp |
+++ b/src/gpu/effects/GrConvolutionEffect.cpp |
@@ -194,12 +194,12 @@ GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture, |
GrConvolutionEffect::~GrConvolutionEffect() { |
} |
-void GrConvolutionEffect::onGetGLProcessorKey(const GrGLSLCaps& caps, |
- GrProcessorKeyBuilder* b) const { |
+void GrConvolutionEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, |
+ GrProcessorKeyBuilder* b) const { |
GrGLConvolutionEffect::GenKey(*this, caps, b); |
} |
-GrGLSLFragmentProcessor* GrConvolutionEffect::onCreateGLInstance() const { |
+GrGLSLFragmentProcessor* GrConvolutionEffect::onCreateGLSLInstance() const { |
return new GrGLConvolutionEffect(*this); |
} |