Index: third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
index 0e552951d466815eb4c1e21766fdc9c9932fefc8..2d3a4c461aa67c9491fa4a4a7ad6cbdf5acb8b88 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
@@ -84,8 +84,7 @@ |
const PropertyTreeState& replay_state = PropertyTreeState::Root()) const; |
// Writes the paint artifact into a WebDisplayItemList. |
- void AppendToWebDisplayItemList(const LayoutSize& visual_rect_offset, |
- WebDisplayItemList*) const; |
+ void AppendToWebDisplayItemList(WebDisplayItemList*) const; |
private: |
DisplayItemList display_item_list_; |