Index: src/gpu/gl/GrGLVertexEffect.h |
diff --git a/src/gpu/gl/GrGLVertexEffect.h b/src/gpu/gl/GrGLVertexEffect.h |
index 40b4b34004d086694f95820c204d3c94bbc58eec..eba1fbe79573913a9b17cfab291ae05b571a2da9 100644 |
--- a/src/gpu/gl/GrGLVertexEffect.h |
+++ b/src/gpu/gl/GrGLVertexEffect.h |
@@ -26,7 +26,7 @@ public: |
*/ |
virtual void emitCode(GrGLFullShaderBuilder* builder, |
const GrDrawEffect& drawEffect, |
- EffectKey key, |
+ const GrEffectKey& key, |
const char* outputColor, |
const char* inputColor, |
const TransformedCoordsArray& coords, |
@@ -37,7 +37,7 @@ public: |
*/ |
virtual void emitCode(GrGLShaderBuilder* builder, |
const GrDrawEffect& drawEffect, |
- EffectKey key, |
+ const GrEffectKey& key, |
const char* outputColor, |
const char* inputColor, |
const TransformedCoordsArray& coords, |