| Index: src/gpu/effects/GrDitherEffect.cpp
|
| diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp
|
| index 0e7df5e73dfdf61e7691ab6f7050e6e4f35b61f0..068a23eae793fc0f69274bd470afebcc8cc8dc42 100644
|
| --- a/src/gpu/effects/GrDitherEffect.cpp
|
| +++ b/src/gpu/effects/GrDitherEffect.cpp
|
| @@ -21,7 +21,7 @@ class GLDitherEffect;
|
| class DitherEffect : public GrFragmentProcessor {
|
| public:
|
| static GrFragmentProcessor* Create() {
|
| - GR_CREATE_STATIC_FRAGMENT_PROCESSOR(gDitherEffect, DitherEffect, ())
|
| + GR_CREATE_STATIC_PROCESSOR(gDitherEffect, DitherEffect, ())
|
| return SkRef(gDitherEffect);
|
| }
|
|
|
|
|