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 3382e8973d724898c2b55c34bae871ed71c4a84c..bcbd56f93a5b211592eb0ba028c7d9f237f0b452 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -293,6 +293,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); |