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()) |