| Index: src/gpu/effects/GrCustomXfermodePriv.h
|
| diff --git a/src/gpu/effects/GrCustomXfermodePriv.h b/src/gpu/effects/GrCustomXfermodePriv.h
|
| index 8672529e45e281a4d5c470fddb778cd41bb9d9cd..85092a989221a87719ecfd9e8da3cea68f347c41 100644
|
| --- a/src/gpu/effects/GrCustomXfermodePriv.h
|
| +++ b/src/gpu/effects/GrCustomXfermodePriv.h
|
| @@ -64,11 +64,6 @@ public:
|
| return true;
|
| }
|
|
|
| - bool canApplyCoverage(const GrProcOptInfo& colorPOI,
|
| - const GrProcOptInfo& coveragePOI) const SK_OVERRIDE {
|
| - return true;
|
| - }
|
| -
|
| bool canTweakAlphaForCoverage() const SK_OVERRIDE {
|
| return false;
|
| }
|
|
|