| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp | 
| index 45deb6690e2fd90095d631e187aee26f69c90a42..ba3e53b3808e1b2a33c0ac899f4cd2df689f2c96 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp | 
| @@ -325,9 +325,7 @@ void LayoutBlockFlow::layoutBlock(bool relayoutChildren) | 
|  | 
| updateLayerTransformAfterLayout(); | 
|  | 
| -    // Update our scroll information if we're overflow:auto/scroll/hidden now that we know if | 
| -    // we overflow or not. | 
| -    updateScrollInfoAfterLayout(); | 
| +    updateAfterLayout(); | 
|  | 
| if (m_paintInvalidationLogicalTop != m_paintInvalidationLogicalBottom) { | 
| bool hasVisibleContent = style()->visibility() == VISIBLE; | 
|  |