| Index: src/gpu/effects/GrConfigConversionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| index 96a7be2b42de61dcfcb3bded95a2947a8dfa6dc0..fb66cf443aca0d9dd10b6ed99155ec2113560935 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.cpp
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| @@ -128,7 +128,6 @@ bool GrConfigConversionEffect::onIsEqual(const GrProcessor& s) const {
|
|
|
| void GrConfigConversionEffect::onComputeInvariantOutput(InvariantOutput* inout) const {
|
| this->updateInvariantOutputForModulation(inout);
|
| - inout->fIsSingleComponent = false;
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|