Index: src/gpu/gl/GrGLEffect.h |
=================================================================== |
--- src/gpu/gl/GrGLEffect.h (revision 8091) |
+++ src/gpu/gl/GrGLEffect.h (working copy) |
@@ -87,6 +87,7 @@ |
const char* name() const { return fFactory.name(); } |
static EffectKey GenTextureKey(const GrEffectRef*, const GrGLCaps&); |
+ static EffectKey GenAttribKey(const GrEffectStage& stage); |
/** |
* GrGLEffect subclasses get passed a GrEffectStage in their emitCode and setData functions. |