| Index: third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
|
| index 4a7f1b939e49564c7fb169a47d13e2f8826d12b8..d8136c93e6a1f7d09b24c512ba7ed8fb4d6641d5 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
|
| @@ -15,7 +15,7 @@ class SimDisplayItemList final : public WebDisplayItemList {
|
| public:
|
| SimDisplayItemList();
|
|
|
| - void appendDrawingItem(const WebRect&, const SkPicture*) override;
|
| + void appendDrawingItem(const WebRect&, sk_sp<const SkPicture>) override;
|
|
|
| int drawCount() const { return m_commands.size(); }
|
|
|
|
|