Index: src/gpu/GrProcOptInfo.h |
diff --git a/src/gpu/GrProcOptInfo.h b/src/gpu/GrProcOptInfo.h |
index caf53d773ace6dc919f2cdb6170ce50e349622f5..19f01a2821659b2131fb3b9f43ee46a32ad1025d 100644 |
--- a/src/gpu/GrProcOptInfo.h |
+++ b/src/gpu/GrProcOptInfo.h |
@@ -32,10 +32,9 @@ public: |
void calcWithInitialValues(const GrFragmentProcessor* const *, int cnt, GrColor startColor, |
GrColorComponentFlags, bool areCoverageStages, bool isLCD = false); |
- |
- void calcColorWithBatch(const GrDrawBatch*, const GrFragmentProcessor* const[], int cnt); |
- void calcCoverageWithBatch(const GrDrawBatch*, const GrFragmentProcessor* const[], int cnt); |
- |
+ void initUsingInvariantOutput(GrInitInvariantOutput invOutput); |
+ void completeCalculations(const GrFragmentProcessor * const processors[], int cnt); |
+ |
bool isSolidWhite() const { return fInOut.isSolidWhite(); } |
bool isOpaque() const { return fInOut.isOpaque(); } |
bool isSingleComponent() const { return fInOut.isSingleComponent(); } |