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 585b1e8b770cdd16cd13057670d708ef477ca809..ad5d4dc621ebf7ee54229f8824cc48018a7ec9e9 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) { |