| Index: cc/paint/skia_paint_canvas.h
|
| diff --git a/cc/paint/skia_paint_canvas.h b/cc/paint/skia_paint_canvas.h
|
| index 979efdf9be98cfdd0bc88ba40c68f81e138ae397..f751f7781664aed4a1e5b28d0dc419a34c44ed91 100644
|
| --- a/cc/paint/skia_paint_canvas.h
|
| +++ b/cc/paint/skia_paint_canvas.h
|
| @@ -135,9 +135,7 @@ class CC_PAINT_EXPORT SkiaPaintCanvas final : public PaintCanvas {
|
| void drawDisplayItemList(
|
| scoped_refptr<DisplayItemList> display_item_list) 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;
|
|
|