| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index 12f489202c52d6b429840b7777bd6fb20455b4a5..8e17580c1a0cdf33b19ac24c2930b2700a6e222b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1344,7 +1344,7 @@ void PaintLayerScrollableArea::resize(const PlatformEvent& evt, const LayoutSize
|
| element->setInlineStyleProperty(CSSPropertyHeight, roundToInt(baseHeight + difference.height()), CSSPrimitiveValue::UnitType::Pixels);
|
| }
|
|
|
| - document.updateLayout();
|
| + document.updateStyleAndLayout();
|
|
|
| // FIXME (Radar 4118564): We should also autoscroll the window as necessary to keep the point under the cursor in view.
|
| }
|
|
|