| Index: src/gpu/batches/GrDrawAtlasBatch.h
|
| diff --git a/src/gpu/batches/GrDrawAtlasBatch.h b/src/gpu/batches/GrDrawAtlasBatch.h
|
| index 4e89523dcbb4d6568431dbbb3153b2d1b520f781..b70f19043b67a12f7c37e74fd0d7e9b5156a7637 100644
|
| --- a/src/gpu/batches/GrDrawAtlasBatch.h
|
| +++ b/src/gpu/batches/GrDrawAtlasBatch.h
|
| @@ -39,7 +39,6 @@ public:
|
| color->setKnownFourComponents(fGeoData[0].fColor);
|
| }
|
| coverage->setKnownSingleComponent(0xff);
|
| - overrides->fUsePLSDstRead = false;
|
| }
|
|
|
| SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
|
|
|