| 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 264533c97e6277cdd50c01eb46bffce4010002ba..3543fcdc9c697449ef77adc13422a19932f030fd 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 @@
|
| : DisplayItem(client, type, sizeof(*this)) {}
|
|
|
| void Replay(GraphicsContext&) const final { NOTREACHED(); }
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const final {
|
| NOTREACHED();
|
| }
|
|
|