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 36120f88132fdee680e2e0503d304d5bf7f3d547..848a7109e1bc1b4135026c41f9a04c7db23ed71b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -292,6 +292,8 @@ public: |
return containsFloats() ? m_floatingObjects->set().last().get() : nullptr; |
} |
+ void invalidateDisplayItemClientsOfFirstLine(); |
+ |
protected: |
void rebuildFloatsFromIntruding(); |
void layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, LayoutUnit afterEdge); |