Index: src/gpu/effects/GrDitherEffect.cpp |
diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp |
index 96cdd75048adbe379f024d5e5659ed31c2ffc0f1..b6c21521a06d578af52e261d36d6bde009167139 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); |
} |
////////////////////////////////////////////////////////////////////////////// |