| Index: src/gpu/batches/GrDrawVerticesBatch.h
|
| diff --git a/src/gpu/batches/GrDrawVerticesBatch.h b/src/gpu/batches/GrDrawVerticesBatch.h
|
| index 6441162253f7437bd9a5cc2de7c00c7b9027a70d..a59518a8fec9d91991dae0d8806e7fc939d93675 100644
|
| --- a/src/gpu/batches/GrDrawVerticesBatch.h
|
| +++ b/src/gpu/batches/GrDrawVerticesBatch.h
|
| @@ -45,7 +45,7 @@ public:
|
|
|
| void getInvariantOutputCoverage(GrInitInvariantOutput* out) const override;
|
|
|
| - void initBatchTracker(const GrPipelineInfo& init) override;
|
| + void initBatchTracker(const GrPipelineOptimizations&) override;
|
|
|
| void generateGeometry(GrBatchTarget* batchTarget) override;
|
|
|
|
|