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 e1455f55141dde19c3592e1ed39ddd27c4f34fad..0fd979f381e76395e1d57480eb794f1d762975b3 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -190,7 +190,7 @@ |
void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const override; |
- void invalidateDisplayItemClients(PaintInvalidationReason) const override; |
+ void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override; |
private: |
LayoutObjectChildList* virtualChildren() final { return children(); } |