Index: src/gpu/GrProcOptInfo.h |
diff --git a/src/gpu/GrProcOptInfo.h b/src/gpu/GrProcOptInfo.h |
index ad23614d81f52e1f3832d4c2e393752d47ea3b95..b46957e7a066f04590fbd31c7f4411835e1c43bf 100644 |
--- a/src/gpu/GrProcOptInfo.h |
+++ b/src/gpu/GrProcOptInfo.h |
@@ -36,12 +36,6 @@ public: |
void calcColorWithBatch(const GrDrawBatch*, const GrFragmentProcessor* const[], int cnt); |
void calcCoverageWithBatch(const GrDrawBatch*, const GrFragmentProcessor* const[], int cnt); |
- // TODO delete these when batch is everywhere |
- void calcColorWithPrimProc(const GrPrimitiveProcessor*, const GrFragmentProcessor* const[], |
- int cnt); |
- void calcCoverageWithPrimProc(const GrPrimitiveProcessor*, const GrFragmentProcessor* const[], |
- int cnt); |
- |
bool isSolidWhite() const { return fInOut.isSolidWhite(); } |
bool isOpaque() const { return fInOut.isOpaque(); } |
bool isSingleComponent() const { return fInOut.isSingleComponent(); } |