| Index: src/gpu/batches/GrVertexBatch.cpp
|
| diff --git a/src/gpu/batches/GrVertexBatch.cpp b/src/gpu/batches/GrVertexBatch.cpp
|
| index 5d10a725950928a45ef58f901ba7a82b3b1195c6..6e2c1577db4aa934c34b8e8186e9ce62e37b54f6 100644
|
| --- a/src/gpu/batches/GrVertexBatch.cpp
|
| +++ b/src/gpu/batches/GrVertexBatch.cpp
|
| @@ -75,8 +75,8 @@ void GrVertexBatch::onDraw(GrBatchFlushState* state) {
|
| GrProgramDesc desc;
|
| const GrPipeline* pipeline = this->pipeline();
|
| const GrPrimitiveProcessor* primProc = drawArray.fPrimitiveProcessor.get();
|
| - state->gpu()->buildProgramDesc(&desc, *primProc, *pipeline, fBatchTracker);
|
| - GrGpu::DrawArgs args(primProc, pipeline, &desc, &fBatchTracker);
|
| + state->gpu()->buildProgramDesc(&desc, *primProc, *pipeline);
|
| + GrGpu::DrawArgs args(primProc, pipeline, &desc);
|
|
|
| int drawCount = drawArray.fDraws.count();
|
| for (int i = 0; i < drawCount; i++) {
|
|
|