| Index: third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| index f4365e638b135e835bb721c4cf56a72985b9533e..0654d46c9ba051577491b03d8fcbb1266b78e1af 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| @@ -404,22 +404,22 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
|
| bool dirty = false,
|
| bool extracted = false,
|
| bool isHorizontal = true)
|
| - : m_firstLine(firstLine),
|
| - m_constructed(constructed),
|
| - m_bidiEmbeddingLevel(0),
|
| - m_dirty(dirty),
|
| - m_extracted(extracted),
|
| - m_hasVirtualLogicalHeight(false),
|
| - m_isHorizontal(isHorizontal),
|
| - m_endsWithBreak(false),
|
| - m_hasSelectedChildrenOrCanHaveLeadingExpansion(false),
|
| - m_knownToHaveNoOverflow(true),
|
| - m_hasEllipsisBoxOrHyphen(false),
|
| - m_dirOverride(false),
|
| - m_isText(false),
|
| - m_determinedIfNextOnLineExists(false),
|
| - m_nextOnLineExists(false),
|
| - m_expansion(0) {}
|
| + : m_FirstLine(first_line),
|
| + m_Constructed(constructed),
|
| + bidi_embedding_level_(0),
|
| + m_Dirty(dirty),
|
| + m_Extracted(extracted),
|
| + m_HasVirtualLogicalHeight(false),
|
| + m_IsHorizontal(is_horizontal),
|
| + m_EndsWithBreak(false),
|
| + m_HasSelectedChildrenOrCanHaveLeadingExpansion(false),
|
| + m_KnownToHaveNoOverflow(true),
|
| + m_HasEllipsisBoxOrHyphen(false),
|
| + m_DirOverride(false),
|
| + m_IsText(false),
|
| + determined_if_next_on_line_exists_(false),
|
| + next_on_line_exists_(false),
|
| + expansion_(0) {}
|
|
|
| // Some of these bits are actually for subclasses and moved here to compact
|
| // the structures.
|
|
|