Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp |
index 7abde2473154cbf2bac70cb4588a5c2498426ea2..4da9e8eec41ef68f84725ba9492a3f3fb177d8b8 100644 |
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp |
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp |
@@ -43,7 +43,6 @@ private: |
void GrSimpleTextureEffect::onComputeInvariantOutput(InvariantOutput* inout) const { |
this->updateInvariantOutputForModulation(inout); |
- inout->fIsSingleComponent = false; |
} |
const GrBackendFragmentProcessorFactory& GrSimpleTextureEffect::getFactory() const { |