Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp |
index 3543fcdc9c697449ef77adc13422a19932f030fd..264533c97e6277cdd50c01eb46bffce4010002ba 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp |
@@ -35,7 +35,7 @@ class TestDisplayItem : public DisplayItem { |
: DisplayItem(client, type, sizeof(*this)) {} |
void Replay(GraphicsContext&) const final { NOTREACHED(); } |
- void AppendToWebDisplayItemList(const IntRect&, |
+ void AppendToWebDisplayItemList(const LayoutSize&, |
WebDisplayItemList*) const final { |
NOTREACHED(); |
} |