Index: include/gpu/effects/GrCoverageSetOpXP.h |
diff --git a/include/gpu/effects/GrCoverageSetOpXP.h b/include/gpu/effects/GrCoverageSetOpXP.h |
index a95326f4840ab5f34e23a2be66b38a7afcfae0cf..9435b845d4635fd8647dc2e17fb560de82723734 100644 |
--- a/include/gpu/effects/GrCoverageSetOpXP.h |
+++ b/include/gpu/effects/GrCoverageSetOpXP.h |
@@ -28,11 +28,6 @@ public: |
return true; |
} |
- bool canApplyCoverage(const GrProcOptInfo& /*colorPOI*/, |
- const GrProcOptInfo& /*coveragePOI*/) const SK_OVERRIDE { |
- return true; |
- } |
- |
bool canTweakAlphaForCoverage() const SK_OVERRIDE { return false; } |
void getInvariantOutput(const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI, |