| Index: Source/core/rendering/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.cpp b/Source/core/rendering/RenderLayerCompositor.cpp
|
| index 052c49e477d3609c5e73e8f52624f36387e5f81a..e8473a8744a2bf6545104a183fca67eda902c1dd 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/RenderLayerCompositor.cpp
|
| @@ -1293,6 +1293,12 @@ void RenderLayerCompositor::frameViewDidLayout()
|
| {
|
| }
|
|
|
| +void RenderLayerCompositor::frameViewScrollbarsExistenceDidChange()
|
| +{
|
| + if (m_containerLayer)
|
| + updateOverflowControlsLayers();
|
| +}
|
| +
|
| void RenderLayerCompositor::rootFixedBackgroundsChanged()
|
| {
|
| if (!supportsFixedRootBackgroundCompositing())
|
|
|