Index: src/gpu/gl/GrGLProgramEffects.h |
diff --git a/src/gpu/gl/GrGLProgramEffects.h b/src/gpu/gl/GrGLProgramEffects.h |
index daaebd6b37d8265313d4f5da6c4f2bf7d3d75f99..79afa0a1688ad69544b0e58a228fa32f3bb2f0bc 100644 |
--- a/src/gpu/gl/GrGLProgramEffects.h |
+++ b/src/gpu/gl/GrGLProgramEffects.h |
@@ -114,7 +114,7 @@ protected: |
/** |
* Helpers for GenEffectMetaKey. |
*/ |
- static uint32_t GenAttribKey(const GrDrawEffect&); |
+ static uint32_t GenAttribKey(const GrEffect&); |
static uint32_t GenTransformKey(const GrDrawEffect&); |
static uint32_t GenTextureKey(const GrDrawEffect&, const GrGLCaps&); |