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

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

Issue 2458823002: Don't establish LayoutState for LayoutTableRow objects. (Closed)
Patch Set: Created 4 years, 2 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/LayoutBlockFlow.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
index 2caf3a1a830be8de525afe158412b7c7f70151ba..e47a1b448e01627a9f2d6e56f4d03026c820568a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
@@ -489,8 +489,8 @@ inline bool LayoutBlockFlow::layoutBlockFlow(bool relayoutChildren,
if (pageLogicalHeightChanged)
relayoutChildren = true;
- LayoutState state(*this, locationOffset(), pageLogicalHeight,
- pageLogicalHeightChanged, logicalWidthChanged);
+ LayoutState state(*this, pageLogicalHeight, pageLogicalHeightChanged,
+ logicalWidthChanged);
if (m_paginationStateChanged) {
// We now need a deep layout to clean up struts after pagination, if we
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698