| 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 ff0ca351074860087e3e3fdd4598b85da997928d..84145a89f640abb1ecdbc4d886c435dd44df8fb0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -274,6 +274,8 @@ private:
|
|
|
| LayoutBoxModelObject* continuationBefore(LayoutObject* beforeChild);
|
|
|
| + void invalidateDisplayItemClientsOfFirstLine() final;
|
| +
|
| LayoutObjectChildList m_children;
|
| LineBoxList m_lineBoxes; // All of the line boxes created for this inline flow. For example, <i>Hello<br>world.</i> will have two <i> line boxes.
|
| };
|
|
|