| Index: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| index ccfb00905fbeaaf192487c5359c394929dd4afdd..b552af15dbc9fc5eaabab2883bdb84025f714a2e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -29,7 +29,7 @@ class PLATFORM_EXPORT DrawingDisplayItem final : public DisplayItem {
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const IntRect&,
|
| + void AppendToWebDisplayItemList(const LayoutSize&,
|
| WebDisplayItemList*) const override;
|
| bool DrawsContent() const override;
|
|
|
|
|