Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 10f88d5ca46d35321b7058409fa6311bddb5c6a8..168cc2a38578692e293b4618975a0acadfe3113e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -367,6 +367,8 @@ private: |
void invalidatePaintForOverhangingFloats(bool paintAllDescendants) final; |
void invalidatePaintForOverflow() final; |
+ void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override; |
+ |
void paintFloats(const PaintInfo&, const LayoutPoint&) const final; |
virtual void clipOutFloatingObjects(const LayoutBlock*, ClipScope&, const LayoutPoint&, const LayoutSize&) const; |
void clearFloats(EClear); |