| 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 6f95120f85a5207e00a8fa9997b3e9afbb1fae51..19e6e90290f242a3f70ed9f79a079b9434bd8956 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()));
 | 
| 
 |