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