| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index 1f5b3d2d2b988f1f8b27a36b61e73dbdfd3925ec..04b03d4b6087bb06526c780252d732d3796dc81c 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -308,7 +308,7 @@ private:
|
|
|
| // This entry point allows the GrTextContext-derived classes to add their batches to
|
| // the drawTarget.
|
| - void drawBatch(GrPipelineBuilder* pipelineBuilder, GrDrawBatch* batch);
|
| + void drawBatch(GrPipelineBuilder* pipelineBuilder, const GrClip&, GrDrawBatch* batch);
|
|
|
| GrDrawTarget* getDrawTarget();
|
|
|
|
|