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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutState.cpp

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/LayoutState.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutState.cpp b/third_party/WebKit/Source/core/layout/LayoutState.cpp
index 52d498e8891093ffd046f3ab0b90c4cf5b992c70..2f48c5428f7fdb354660e29e9d483ae8b21911a6 100644
--- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
@@ -111,7 +111,6 @@ LayoutState::LayoutState(LayoutObject& root)
, m_containingBlockLogicalWidthChanged(false)
, m_flowThread(nullptr)
, m_next(root.view()->layoutState())
- , m_pageLogicalHeight(0)
, m_layoutObject(root)
{
ASSERT(!m_next);

Powered by Google App Engine
This is Rietveld 408576698