Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
index 2ae60b4d0f45136b92d47d8d4c75464e7667088f..589cd92972eca100918df2b7cae570ffddef90b3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
@@ -612,7 +612,7 @@ bool LayoutBlock::simplifiedLayout() {
{
// LayoutState needs this deliberate scope to pop before paint invalidation.
- LayoutState state(*this, locationOffset());
+ LayoutState state(*this);
if (needsPositionedMovementLayout() &&
!tryLayoutDoingPositionedMovementOnly())
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine