| Index: third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| index 7e022a42b2eabb0f0b29719a3d16f0b2ced210ff..eec32dbed9bd48ffb92468551faef817ae3ed5ef 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| @@ -42,7 +42,8 @@ class MockWebDisplayItemList : public WebDisplayItemList {
|
| public:
|
| ~MockWebDisplayItemList() override {}
|
|
|
| - MOCK_METHOD2(appendDrawingItem, void(const WebRect&, sk_sp<const SkPicture>));
|
| + MOCK_METHOD2(appendDrawingItem,
|
| + void(const WebRect&, sk_sp<const CdlPicture>));
|
| };
|
|
|
| void paintRecursively(GraphicsLayer* layer, WebDisplayItemList* displayItems) {
|
|
|