Index: third_party/WebKit/Source/core/layout/LayoutInline.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h |
index 3699d87befbd875d684a6c0037078b0c510db26a..837366f4e77810c13b9bd543db8488fff5762f83 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -190,7 +190,7 @@ protected: |
void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const override; |
- void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override; |
+ void invalidateDisplayItemClients(PaintInvalidationReason) const override; |
private: |
LayoutObjectChildList* virtualChildren() final { return children(); } |