Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: Rebasing the fixes... Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698