Index: include/gpu/GrXferProcessor.h |
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h |
index 4accbc84fa0140746ef220d9e057f8c07434d76c..64a0e1ab555fa1f14a8bc540faa81e131db06ce5 100644 |
--- a/include/gpu/GrXferProcessor.h |
+++ b/include/gpu/GrXferProcessor.h |
@@ -316,14 +316,6 @@ public: |
bool hasMixedSamples, |
const DstTexture*, |
const GrCaps& caps) const; |
- |
- /** |
- * This function returns true if the GrXferProcessor generated from this factory will be able to |
- * correctly blend when using RGB coverage. The knownColor and knownColorFlags represent the |
- * final computed color from the color stages. |
- */ |
- virtual bool supportsRGBCoverage(GrColor knownColor, uint32_t knownColorFlags) const = 0; |
- |
/** |
* Known color information after blending, but before accounting for any coverage. |
*/ |