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

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

Issue 2015523004: Don't explicitly initialize LayoutUnit to 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Go through the subdirs of core/layout/ too. Created 4 years, 7 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/LineLayoutState.h
diff --git a/third_party/WebKit/Source/core/layout/line/LineLayoutState.h b/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
index fc894a5f031b050b187a6f16dda8fb4070afce79..1c27fd31adae317a934f1bb0d3127e0b83f7dde8 100644
--- a/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
+++ b/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
@@ -39,7 +39,6 @@ public:
: m_lastFloat(nullptr)
, m_endLine(nullptr)
, m_floatIndex(0)
- , m_endLineLogicalTop(0)
, m_endLineMatched(false)
, m_hasInlineChild(false)
, m_isFullLayout(fullLayout)

Powered by Google App Engine
This is Rietveld 408576698