Index: tests/GrPorterDuffTest.cpp |
diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp |
index 077f27ca3e791d07fae99e5d98358e7bf9bc8af6..73d30aa0237887ab032124b4388a3f454be6d2f7 100644 |
--- a/tests/GrPorterDuffTest.cpp |
+++ b/tests/GrPorterDuffTest.cpp |
@@ -1193,6 +1193,7 @@ DEF_GPUTEST(PorterDuffNoDualSourceBlending, reporter, /*factory*/) { |
GrPipelineOptimizations optimizations; |
optimizations.fColorPOI.calcWithInitialValues(nullptr, 0, testColors[c], testColorFlags[c], |
false); |
+ optimizations.fOverrides.fUsePLSDstRead = false; |
for (int f = 0; f <= 1; f++) { |
if (!f) { |
optimizations.fCoveragePOI.calcWithInitialValues(nullptr, 0, 0, |