| 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 e8b9413d7ae201f9546d21a00393f79f7af51351..ed3942e2c946921f27add396f22f623c55659e18 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -261,7 +261,7 @@ void LayoutDeprecatedFlexibleBox::layoutBlock(bool relayoutChildren)
|
| }
|
|
|
| updateLayerTransformAfterLayout();
|
| - updateScrollInfoAfterLayout();
|
| + updateAfterLayout();
|
|
|
| if (view()->layoutState()->pageLogicalHeight())
|
| setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(*this, logicalTop()));
|
|
|