| Index: Source/core/rendering/RenderFrameSet.cpp
|
| diff --git a/Source/core/rendering/RenderFrameSet.cpp b/Source/core/rendering/RenderFrameSet.cpp
|
| index afae324b731e394c17eaddce96fbd052035e8178..aece2d77d0f3c3bc990673a09d99cb53a84119ee 100644
|
| --- a/Source/core/rendering/RenderFrameSet.cpp
|
| +++ b/Source/core/rendering/RenderFrameSet.cpp
|
| @@ -473,10 +473,10 @@ void RenderFrameSet::layout()
|
| updateLayerTransformAfterLayout();
|
|
|
| if (doFullRepaint) {
|
| - invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds), InvalidationSelfLayout);
|
| + invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds), InvalidationFull);
|
| LayoutRect newBounds = boundsRectForPaintInvalidation(repaintContainer);
|
| if (newBounds != oldBounds)
|
| - invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds), InvalidationSelfLayout);
|
| + invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds), InvalidationFull);
|
| }
|
|
|
| clearNeedsLayout();
|
|
|