| Index: src/gpu/GrPathRendering.h
|
| diff --git a/src/gpu/GrPathRendering.h b/src/gpu/GrPathRendering.h
|
| index f13a190829e8b48b4742f17c4b9ea6a8c96bd0ec..47c9a46f839d49371b9c4c0f81d0437a07c8d82c 100644
|
| --- a/src/gpu/GrPathRendering.h
|
| +++ b/src/gpu/GrPathRendering.h
|
| @@ -156,9 +156,8 @@ public:
|
| DrawPathArgs(const GrPrimitiveProcessor* primProc,
|
| const GrPipeline* pipeline,
|
| const GrProgramDesc* desc,
|
| - const GrBatchTracker* batchTracker,
|
| const GrStencilSettings* stencil)
|
| - : DrawArgs(primProc, pipeline, desc, batchTracker)
|
| + : DrawArgs(primProc, pipeline, desc)
|
| , fStencil(stencil) {
|
| }
|
|
|
|
|