| 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 c5d897477880c790e8301cb342c2dd3e70a33658..3f97f6bf62406a5d51ed6d3a3560d6d9263b98c8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -42,7 +42,7 @@ class PLATFORM_EXPORT DrawingDisplayItem final : public DisplayItem {
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const IntRect& visual_rect,
|
| + void AppendToWebDisplayItemList(const LayoutSize&,
|
| WebDisplayItemList*) const override;
|
| bool DrawsContent() const override;
|
|
|
|
|