| Index: Source/core/rendering/RenderFrameSet.cpp
|
| diff --git a/Source/core/rendering/RenderFrameSet.cpp b/Source/core/rendering/RenderFrameSet.cpp
|
| index 948102000f01c7d77d7eb83cea2b61a80b01ba35..7483725737ca1da9e5d7cb29c4182acea103d9f3 100644
|
| --- a/Source/core/rendering/RenderFrameSet.cpp
|
| +++ b/Source/core/rendering/RenderFrameSet.cpp
|
| @@ -473,10 +473,10 @@ void RenderFrameSet::layout()
|
| updateLayerTransform();
|
|
|
| if (doFullRepaint) {
|
| - repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds), InvalidationSelfLayout);
|
| + invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds), InvalidationSelfLayout);
|
| LayoutRect newBounds = boundsRectForRepaint(repaintContainer);
|
| if (newBounds != oldBounds)
|
| - repaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds), InvalidationSelfLayout);
|
| + invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds), InvalidationSelfLayout);
|
| }
|
|
|
| clearNeedsLayout();
|
|
|