Index: src/gpu/effects/GrTextureDomain.cpp |
diff --git a/src/gpu/effects/GrTextureDomain.cpp b/src/gpu/effects/GrTextureDomain.cpp |
index 42d6d70816a3bccf4e6542290e7df837cba84287..e9c80c842338daf6f3f11cefd2a96519104277ca 100644 |
--- a/src/gpu/effects/GrTextureDomain.cpp |
+++ b/src/gpu/effects/GrTextureDomain.cpp |
@@ -247,12 +247,12 @@ GrTextureDomainEffect::GrTextureDomainEffect(GrTexture* texture, |
GrTextureDomainEffect::~GrTextureDomainEffect() {} |
-void GrTextureDomainEffect::onGetGLProcessorKey(const GrGLSLCaps& caps, |
- GrProcessorKeyBuilder* b) const { |
+void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, |
+ GrProcessorKeyBuilder* b) const { |
GrGLTextureDomainEffect::GenKey(*this, caps, b); |
} |
-GrGLSLFragmentProcessor* GrTextureDomainEffect::onCreateGLInstance() const { |
+GrGLSLFragmentProcessor* GrTextureDomainEffect::onCreateGLSLInstance() const { |
return new GrGLTextureDomainEffect(*this); |
} |