| Index: Source/core/rendering/RenderLayer.cpp
|
| diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp
|
| index f1454febe0fc9bf6baaf6c329ce7dabad89839f0..a4db45b72ae04ed986a191ad3614c216fe700f39 100644
|
| --- a/Source/core/rendering/RenderLayer.cpp
|
| +++ b/Source/core/rendering/RenderLayer.cpp
|
| @@ -260,11 +260,7 @@ void RenderLayer::updateLayerPositionsAfterLayout(const RenderLayer* rootLayer,
|
|
|
| void RenderLayer::updateLayerPositionRecursive(UpdateLayerPositionsFlags flags)
|
| {
|
| - if (updateLayerPosition())
|
| - flags |= ForceMayNeedPaintInvalidation;
|
| -
|
| - if (flags & ForceMayNeedPaintInvalidation)
|
| - m_renderer->setMayNeedPaintInvalidation(true);
|
| + updateLayerPosition();
|
|
|
| if (hasOverflowControls()) {
|
| // FIXME: We should figure out the right time to position the overflow controls.
|
|
|