Index: src/gpu/GrProcOptInfo.cpp |
diff --git a/src/gpu/GrProcOptInfo.cpp b/src/gpu/GrProcOptInfo.cpp |
index 17b42b6a4926c32c0ad487eb92f1e2af767148af..e56fb743a68857d002c3ba31d44d347cceb16563 100644 |
--- a/src/gpu/GrProcOptInfo.cpp |
+++ b/src/gpu/GrProcOptInfo.cpp |
@@ -11,7 +11,7 @@ |
#include "batches/GrBatch.h" |
-void GrProcOptInfo::calcColorWithBatch(const GrBatch* batch, |
+void GrProcOptInfo::calcColorWithBatch(const GrDrawBatch* batch, |
const GrFragmentStage* stages, |
int stageCount) { |
GrInitInvariantOutput out; |
@@ -20,7 +20,7 @@ void GrProcOptInfo::calcColorWithBatch(const GrBatch* batch, |
this->internalCalc(stages, stageCount, batch->willReadFragmentPosition()); |
} |
-void GrProcOptInfo::calcCoverageWithBatch(const GrBatch* batch, |
+void GrProcOptInfo::calcCoverageWithBatch(const GrDrawBatch* batch, |
const GrFragmentStage* stages, |
int stageCount) { |
GrInitInvariantOutput out; |