| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| index f609738a6ac054048abef99c2a61bf6325e6293c..07bfbee20176acce4f43d00bbe2d77b7ecba75c1 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| @@ -217,13 +217,14 @@ class RootInlineBox : public InlineFlowBox {
|
| // This folds into the padding at the end of InlineFlowBox on 64-bit.
|
| unsigned m_lineBreakPos;
|
|
|
| - // Where this line ended. The exact object and the position within that object are stored so that
|
| - // we can create an InlineIterator beginning just after the end of this line.
|
| + // Where this line ended. The exact object and the position within that
|
| + // object are stored so that we can create an InlineIterator beginning just
|
| + // after the end of this line.
|
| LineLayoutItem m_lineBreakObj;
|
| RefPtr<BidiContext> m_lineBreakContext;
|
|
|
| - // Floats hanging off the line are pushed into this vector during layout. It is only
|
| - // good for as long as the line has not been marked dirty.
|
| + // Floats hanging off the line are pushed into this vector during layout. It
|
| + // is only good for as long as the line has not been marked dirty.
|
| std::unique_ptr<Vector<LayoutBox*>> m_floats;
|
|
|
| LayoutUnit m_lineTop;
|
|
|