Index: include/gpu/GrXferProcessor.h |
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h |
index 8ef897c232844a09f414f2cf56164c088993ae67..5f53188e9565416998c09197f904195f92d0126a 100644 |
--- a/include/gpu/GrXferProcessor.h |
+++ b/include/gpu/GrXferProcessor.h |
@@ -277,13 +277,6 @@ public: |
virtual void getInvariantOutput(const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI, |
InvariantOutput*) const = 0; |
- /** |
- * Determines whether multiplying the computed per-pixel color by the pixel's fractional |
- * coverage before the blend will give the correct final destination color. In general it |
- * will not as coverage is applied after blending. |
- */ |
- virtual bool canTweakAlphaForCoverage() const = 0; |
- |
bool willNeedDstCopy(const GrDrawTargetCaps& caps, const GrProcOptInfo& colorPOI, |
const GrProcOptInfo& coveragePOI) const; |