| Index: src/gpu/effects/GrCustomXfermodePriv.h
|
| diff --git a/src/gpu/effects/GrCustomXfermodePriv.h b/src/gpu/effects/GrCustomXfermodePriv.h
|
| index 48ad7842f55bec4dead986d5686327cae9f318fe..45a9d3005db94afc43f793006d4cd3215c4d3f6b 100644
|
| --- a/src/gpu/effects/GrCustomXfermodePriv.h
|
| +++ b/src/gpu/effects/GrCustomXfermodePriv.h
|
| @@ -126,10 +126,7 @@ public:
|
| void getInvariantOutput(const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI,
|
| GrXPFactory::InvariantOutput*) const SK_OVERRIDE;
|
|
|
| - bool willReadDst(const GrProcOptInfo& colorPOI,
|
| - const GrProcOptInfo& coveragePOI) const SK_OVERRIDE {
|
| - return true;
|
| - }
|
| + bool willReadDst() const SK_OVERRIDE { return true; }
|
|
|
| private:
|
| bool onIsEqual(const GrXPFactory& xpfBase) const SK_OVERRIDE {
|
|
|