| Index: third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp
|
| index c7bb1a36d7d3a700d2615a2c210b08d911be40bd..49a30bc9c025695efa40b016dffad826f4ce9a01 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp
|
| @@ -73,7 +73,7 @@ TestPaintArtifact& TestPaintArtifact::RectDrawing(const FloatRect& bounds,
|
| std::unique_ptr<DummyRectClient> client =
|
| WTF::MakeUnique<DummyRectClient>(bounds, color);
|
| display_item_list_.AllocateAndConstruct<DrawingDisplayItem>(
|
| - *client, DisplayItem::kDrawingFirst, client->MakeRecord(), bounds);
|
| + *client, DisplayItem::kDrawingFirst, client->MakeRecord());
|
| dummy_clients_.push_back(std::move(client));
|
| return *this;
|
| }
|
|
|