Index: src/gpu/effects/GrDitherEffect.cpp |
diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp |
index 068a23eae793fc0f69274bd470afebcc8cc8dc42..643829b848de2b21a1b88b81c986159c91a54408 100644 |
--- a/src/gpu/effects/GrDitherEffect.cpp |
+++ b/src/gpu/effects/GrDitherEffect.cpp |
@@ -50,7 +50,7 @@ private: |
}; |
void DitherEffect::onComputeInvariantOutput(InvariantOutput* inout) const { |
- inout->setToUnknown(); |
+ inout->setToUnknown(InvariantOutput::kWill_ReadInput); |
} |
////////////////////////////////////////////////////////////////////////////// |