| Index: src/gpu/batches/GrDrawPathBatch.h
|
| diff --git a/src/gpu/batches/GrDrawPathBatch.h b/src/gpu/batches/GrDrawPathBatch.h
|
| index 0b24fe0546d3e7f28ba49ba35fccdccb91ade018..618bc5edc585cbc742c26e15562358c0c14342da 100644
|
| --- a/src/gpu/batches/GrDrawPathBatch.h
|
| +++ b/src/gpu/batches/GrDrawPathBatch.h
|
| @@ -24,7 +24,6 @@ public:
|
| GrBatchToXPOverrides* overrides) const override {
|
| color->setKnownFourComponents(fColor);
|
| coverage->setKnownSingleComponent(0xff);
|
| - overrides->fUsePLSDstRead = false;
|
| }
|
|
|
| GrPathRendering::FillType fillType() const { return fFillType; }
|
|
|