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