| Index: cc/paint/skia_paint_canvas.h
|
| diff --git a/cc/paint/skia_paint_canvas.h b/cc/paint/skia_paint_canvas.h
|
| index 0ec042ae158a84ee54659fc9a9d2d31def474669..931e3fa1bfb7238ba57cae3e3e413f3b2c64bd53 100644
|
| --- a/cc/paint/skia_paint_canvas.h
|
| +++ b/cc/paint/skia_paint_canvas.h
|
| @@ -133,9 +133,7 @@ class CC_PAINT_EXPORT SkiaPaintCanvas final : public PaintCanvas {
|
| void drawDisplayItemList(const SkRect& bounds,
|
| const DisplayItemList*) override;
|
|
|
| - void drawPicture(sk_sp<const PaintRecord> record,
|
| - const SkMatrix* matrix,
|
| - const PaintFlags* flags) override;
|
| + void drawPicture(sk_sp<const PaintRecord> record) override;
|
|
|
| bool isClipEmpty() const override;
|
| bool isClipRect() const override;
|
|
|