| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index df9ad463bdca80098fd9224415574dad63f942ab..c149a8d2d07933cf9a057ce1ea5ff638966d256b 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -96,9 +96,8 @@ private:
|
| int count,
|
| const GrStencilSettings&,
|
| const PipelineInfo&) override;
|
| - void onClear(const SkIRect* rect,
|
| + void onClear(const SkIRect& rect,
|
| GrColor color,
|
| - bool canIgnoreRect,
|
| GrRenderTarget* renderTarget) override;
|
| void onCopySurface(GrSurface* dst,
|
| GrSurface* src,
|
|
|