diff options
| author | bsalomon <bsalomon@google.com> | 2014-10-15 11:05:26 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 11:05:26 -0700 |
| commit | 98b33ebe6f66ed59b023cf16a09c0a40eb4510ce (patch) | |
| tree | 174a7a08bb3dec332bc25df960372cc83e226d2c /tests/GLProgramsTest.cpp | |
| parent | 8e6c3b93a39e19111662a760ede97df55e51d39f (diff) | |
Some cleanup in processor header files.
R=joshualitt@google.com
Review URL: https://codereview.chromium.org/659803004
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 16e4a1cb05..1ec6a7310e 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); } |
