| Index: src/gpu/batches/GrTestBatch.h
|
| diff --git a/src/gpu/batches/GrTestBatch.h b/src/gpu/batches/GrTestBatch.h
|
| index ee92816e4b0d164998a2c8d44d4f64e27a20b1fa..3efa3578d5ba0d3728aa34236dad9fab186ab3b8 100644
|
| --- a/src/gpu/batches/GrTestBatch.h
|
| +++ b/src/gpu/batches/GrTestBatch.h
|
| @@ -60,7 +60,7 @@ protected:
|
|
|
| private:
|
| void onPrepareDraws(Target* target) const override {
|
| - target->initDraw(fGeometryProcessor, this->pipeline());
|
| + target->initDraw(fGeometryProcessor);
|
| this->generateGeometry(target);
|
| }
|
|
|
|
|