Index: src/gpu/gl/GrGLProgramDesc.cpp |
diff --git a/src/gpu/gl/GrGLProgramDesc.cpp b/src/gpu/gl/GrGLProgramDesc.cpp |
index 224411e51c3d32fa882aefc5c660ff4483b59cc1..79088137caa004519ddcd91d2ad13ad000f5ab40 100644 |
--- a/src/gpu/gl/GrGLProgramDesc.cpp |
+++ b/src/gpu/gl/GrGLProgramDesc.cpp |
@@ -133,7 +133,7 @@ static bool get_meta_key(const GrProcessor& proc, |
} |
*processorKeySize = SkToU16(size); |
uint32_t textureKey = gen_texture_key(proc, caps); |
- uint32_t classID = proc.getFactory().effectClassID(); |
+ uint32_t classID = proc.getFactory().classID(); |
// Currently we allow 16 bits for each of the above portions of the meta-key. Fail if they |
// don't fit. |