| 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 ca222c0e6ab01386fc3a7147e1902dc126cb3db9..1a238bd248ebf89fa13ee91ca5467f50b9d163b6 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);
|
|
|