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