| Index: src/gpu/GrCommandBuilder.h
|
| diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h
|
| index c709586d4886f790816a968b0aeea9a2d72b4722..f0672490bb6d5b83c0f7199f69cb7f8c5270bc12 100644
|
| --- a/src/gpu/GrCommandBuilder.h
|
| +++ b/src/gpu/GrCommandBuilder.h
|
| @@ -49,9 +49,8 @@ public:
|
| int,
|
| const GrStencilSettings&,
|
| const GrDrawTarget::PipelineInfo&) = 0;
|
| - virtual Cmd* recordClear(const SkIRect* rect,
|
| + virtual Cmd* recordClear(const SkIRect& rect,
|
| GrColor,
|
| - bool canIgnoreRect,
|
| GrRenderTarget*);
|
| virtual Cmd* recordCopySurface(GrSurface* dst,
|
| GrSurface* src,
|
|
|