Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
index 96dc7b7661613beb024ea69bfe6d6b0af7c44223..04bb50667f5106eb8ab5012fab7d6f63c63c5dad 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
@@ -483,7 +483,7 @@ void LayoutGrid::layoutBlock(bool relayoutChildren) { |
{ |
// LayoutState needs this deliberate scope to pop before updating scroll |
// information (which may trigger relayout). |
- LayoutState state(*this, locationOffset()); |
+ LayoutState state(*this); |
LayoutSize previousSize = size(); |