| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index cd2f43646c48448569949a5bcf18849126fa340d..0dca57a9db1be7131c679252108d9f2bbe1120e6 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -68,8 +68,7 @@ public:
|
| */
|
| const GrDrawTargetCaps* caps() const { return fCaps.get(); }
|
|
|
| - // TODO devbounds should live on the batch
|
| - void drawBatch(GrPipelineBuilder*, GrBatch*, const SkRect* devBounds = NULL);
|
| + void drawBatch(GrPipelineBuilder*, GrBatch*);
|
|
|
| /**
|
| * Draws path into the stencil buffer. The fill must be either even/odd or
|
|
|