| Index: src/gpu/effects/GrDitherEffect.cpp
|
| diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp
|
| index 39d4063a5892255731359d18443244edb17655c8..6bb984b0a6e035de927997bc0e377776ea04bc3f 100644
|
| --- a/src/gpu/effects/GrDitherEffect.cpp
|
| +++ b/src/gpu/effects/GrDitherEffect.cpp
|
| @@ -27,7 +27,7 @@ public:
|
| private:
|
| DitherEffect() {
|
| this->initClassID<DitherEffect>();
|
| - this->setWillReadFragmentPosition();
|
| + this->enableBuiltInState(kFragmentPosition_BuiltInState);
|
| }
|
|
|
| GrGLSLFragmentProcessor* onCreateGLSLInstance() const override;
|
|
|