Index: include/gpu/GrXferProcessor.h |
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h |
index 8cb5cb17698f84464acc8ee14d27c337636b1a5f..87663b1a1f92093fd098ab8898d0730fa5319e2a 100644 |
--- a/include/gpu/GrXferProcessor.h |
+++ b/include/gpu/GrXferProcessor.h |
@@ -232,18 +232,6 @@ public: |
*/ |
virtual bool supportsRGBCoverage(GrColor knownColor, uint32_t knownColorFlags) const = 0; |
- /** |
- * Depending on color blend mode requested it may or may not be possible to correctly blend with |
- * fractional pixel coverage generated by the fragment shader. |
- * |
- * This function considers the known color and coverage input into the xfer processor and |
- * certain state information (colorWriteDisabled) to determine whether |
- * coverage can be handled correctly. |
- */ |
- virtual bool canApplyCoverage(const GrProcOptInfo& colorPOI, |
- const GrProcOptInfo& coveragePOI) const = 0; |
- |
- |
struct InvariantOutput { |
bool fWillBlendWithDst; |
GrColor fBlendedColor; |