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 c9c898fa1d927b9dbacf4893b17f21ca47ef56dd..b5edb34eeb585888a21825e943be1f7c599067b4 100644 |
--- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
@@ -43,7 +43,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 PaintRecord>)); |
}; |
void paintRecursively(GraphicsLayer* layer, WebDisplayItemList* displayItems) { |