| Index: src/gpu/effects/GrDitherEffect.cpp
|
| diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp
|
| index ce8c4716653911dad53a8b91a71f3f9b720782d3..26d696bf0f0b495ea80a75e7cfd4b0d34b4e5b2b 100644
|
| --- a/src/gpu/effects/GrDitherEffect.cpp
|
| +++ b/src/gpu/effects/GrDitherEffect.cpp
|
| @@ -50,8 +50,7 @@ private:
|
| };
|
|
|
| void DitherEffect::onComputeInvariantOutput(InvariantOutput* inout) const {
|
| - inout->fValidFlags = 0;
|
| - inout->fIsSingleComponent = false;
|
| + inout->unknownOutput();
|
| }
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|