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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.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/LayoutFlexibleBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
index e4984e2a278c60944cb586d8e6e14fe0e2984e55..6cd1c691060730a91390c7439312311586390714 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
@@ -398,7 +398,7 @@ void LayoutFlexibleBox::layoutBlock(bool relayoutChildren) {
{
TextAutosizer::LayoutScope textAutosizerLayoutScope(this, &layoutScope);
- LayoutState state(*this, locationOffset());
+ LayoutState state(*this);
m_numberOfInFlowChildrenOnFirstLine = -1;

Powered by Google App Engine
This is Rietveld 408576698