| Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| index 702e643087258cdf81e2c0f7783471c49ab46100..2a6ac0ce733c96b8970fa8b93f16b9fc3d1f9053 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -366,7 +366,7 @@ void LayoutDeprecatedFlexibleBox::layoutBlock(bool relayoutChildren) {
|
|
|
| {
|
| // LayoutState needs this deliberate scope to pop before paint invalidation.
|
| - LayoutState state(*this, locationOffset());
|
| + LayoutState state(*this);
|
|
|
| LayoutSize previousSize = size();
|
|
|
|
|