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 d9d54985a525bbcc68c3808d89222e7f6ffbb771..63ef32f6bfbac4e4850815a75579767e2d71c23c 100644 |
--- a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h |
+++ b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h |
@@ -16,9 +16,7 @@ class SimDisplayItemList final : public WebDisplayItemList { |
public: |
SimDisplayItemList(); |
- void AppendDrawingItem(const WebRect& visual_rect, |
- sk_sp<const PaintRecord>, |
- const WebRect& record_bounds) override; |
+ void AppendDrawingItem(const WebRect&, sk_sp<const PaintRecord>) override; |
int DrawCount() const { return commands_.size(); } |