Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp |
index 76eece4af155669902a25ec1df6190da598f9ab7..abbd89cafa85f6044bc420c656c94da027cb7a8c 100644 |
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp |
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp |
@@ -43,7 +43,7 @@ void GrSimpleTextureEffect::onComputeInvariantOutput(GrInvariantOutput* inout) c |
this->updateInvariantOutputForModulation(inout); |
} |
-void GrSimpleTextureEffect::getGLProcessorKey(const GrGLCaps& caps, |
+void GrSimpleTextureEffect::getGLProcessorKey(const GrGLSLCaps& caps, |
GrProcessorKeyBuilder* b) const { |
GrGLSimpleTextureEffect::GenKey(*this, caps, b); |
} |