Index: tests/GLProgramsTest.cpp |
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
index 85ee1003650698da61ed1943c5b9269ae47c3543..23c635c443065fde594e7767c47529a7fd06eb72 100644 |
--- a/tests/GLProgramsTest.cpp |
+++ b/tests/GLProgramsTest.cpp |
@@ -68,7 +68,7 @@ public: |
const char* name() const override { return "Big Ole Key"; } |
- GrGLFragmentProcessor* createGLInstance() const override { |
+ GrGLFragmentProcessor* onCreateGLInstance() const override { |
return SkNEW_ARGS(GLBigKeyProcessor, (*this)); |
} |