| Index: src/gpu/batches/GrAtlasTextBatch.cpp
|
| diff --git a/src/gpu/batches/GrAtlasTextBatch.cpp b/src/gpu/batches/GrAtlasTextBatch.cpp
|
| index 11b35c196b28b7ce1cbbc2b16918252f718e84a1..70ce7460b084345fe128809ee31120e389f3ab9e 100644
|
| --- a/src/gpu/batches/GrAtlasTextBatch.cpp
|
| +++ b/src/gpu/batches/GrAtlasTextBatch.cpp
|
| @@ -261,6 +261,7 @@ void GrAtlasTextBatch::computePipelineOptimizations(GrInitInvariantOutput* color
|
| case kColorBitmapMask_MaskType:
|
| coverage->setKnownSingleComponent(0xff);
|
| }
|
| + overrides->fUsePLSDstRead = false;
|
| }
|
|
|
| void GrAtlasTextBatch::initBatchTracker(const GrXPOverridesForBatch& overrides) {
|
|
|