| Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| index 1c8518ef7aa727520cca41bb31438fcebaf7bf15..ca24c8233cd6e2971853e2de79acf6802a5fd695 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| @@ -118,7 +118,7 @@
|
| : DisplayItem(client, type, sizeof(*this)) {}
|
|
|
| void Replay(GraphicsContext&) const final { NOTREACHED(); }
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const final {
|
| NOTREACHED();
|
| }
|
|
|