Index: src/gpu/batches/GrBatch.h |
diff --git a/src/gpu/batches/GrBatch.h b/src/gpu/batches/GrBatch.h |
index 1a35db5591d56053417d31c70e9507766924fdb6..281a60e98ea9b396f7e13e8da41d20d73ea22423 100644 |
--- a/src/gpu/batches/GrBatch.h |
+++ b/src/gpu/batches/GrBatch.h |
@@ -64,7 +64,7 @@ public: |
* initBatchTracker is a hook for the some additional overrides / optimization possibilities |
* from the GrXferProcessor. |
*/ |
- virtual void initBatchTracker(const GrPipelineInfo& init) = 0; |
+ virtual void initBatchTracker(const GrPipelineOptimizations&) = 0; |
bool combineIfPossible(GrBatch* that) { |
if (this->classID() != that->classID()) { |