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 b552af15dbc9fc5eaabab2883bdb84025f714a2e..ccfb00905fbeaaf192487c5359c394929dd4afdd 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 @@ |
} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const LayoutSize&, |
+ void AppendToWebDisplayItemList(const IntRect&, |
WebDisplayItemList*) const override; |
bool DrawsContent() const override; |