| Index: Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp b/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| index 0c7daf3e11dec91f3dd50023db669fca18c25da5..975ae4b22d8a86285f10f266d82927b9100cf539 100644
|
| --- a/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| +++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| @@ -94,6 +94,8 @@ void GraphicsLayerUpdater::update(RenderLayer& layer, UpdateType updateType, con
|
|
|
| if (mapping->hasUnpositionedOverflowControlsLayers())
|
| layer.scrollableArea()->positionOverflowControls(IntSize());
|
| +
|
| + mapping->updateScrollingBlockSelection();
|
| }
|
|
|
| UpdateContext childContext(context, layer);
|
|
|