| Index: include/gpu/effects/GrCoverageSetOpXP.h
|
| diff --git a/include/gpu/effects/GrCoverageSetOpXP.h b/include/gpu/effects/GrCoverageSetOpXP.h
|
| index 64002d5b9762774f78d31d38aec3c51be76b4662..fcae6d2fc6bbb6623cd2c4580bdd434a9b28e24a 100644
|
| --- a/include/gpu/effects/GrCoverageSetOpXP.h
|
| +++ b/include/gpu/effects/GrCoverageSetOpXP.h
|
| @@ -28,8 +28,6 @@ public:
|
| return true;
|
| }
|
|
|
| - bool canTweakAlphaForCoverage() const override { return false; }
|
| -
|
| void getInvariantOutput(const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI,
|
| GrXPFactory::InvariantOutput*) const override;
|
|
|
|
|