| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index a850efd842f1b9d20719323ec577f25217ed76da..8b30ab9b6001dc5d291163f09d1559a6f02dea55 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -101,7 +101,7 @@ public:
|
| */
|
| const GrCaps* caps() const { return fGpu->caps(); }
|
|
|
| - void drawBatch(const GrPipelineBuilder&, GrDrawBatch*);
|
| + void drawBatch(const GrPipelineBuilder&, GrDrawBatch*, const SkIRect* scissorRect = nullptr);
|
|
|
| /**
|
| * Draws path into the stencil buffer. The fill must be either even/odd or
|
|
|