| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index 16e4a1cb05aa828d7f00ef24886e1bd17fcbbb26..1ec6a7310e79b5b5f87d1e3e2044c739c9551672 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -24,7 +24,7 @@
|
| #include "Test.h"
|
|
|
| /*
|
| - * A dummy effect which just tries to insert a massive key and verify that it can retrieve the
|
| + * A dummy processor which just tries to insert a massive key and verify that it can retrieve the
|
| * whole thing correctly
|
| */
|
| static const uint32_t kMaxKeySize = 1024;
|
| @@ -34,7 +34,7 @@ class GLBigKeyProcessor;
|
| class BigKeyProcessor : public GrFragmentProcessor {
|
| public:
|
| static GrFragmentProcessor* Create() {
|
| - GR_CREATE_STATIC_FRAGMENT_PROCESSOR(gBigKeyProcessor, BigKeyProcessor, ())
|
| + GR_CREATE_STATIC_PROCESSOR(gBigKeyProcessor, BigKeyProcessor, ())
|
| return SkRef(gBigKeyProcessor);
|
| }
|
|
|
|
|