| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index d13e359ebe835443e990ec116949b731acab682d..b4b88f7a124074d6045ccde79b497d15097d970c 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -1582,7 +1582,7 @@ void RenderBox::invalidateTreeAfterLayout(const RenderLayerModelObject& paintInv
|
| || (shouldDoFullPaintInvalidationIfSelfPaintingLayer()
|
| && hasLayer()
|
| && layer()->isSelfPaintingLayer())) {
|
| - setShouldDoFullPaintInvalidationAfterLayout(true, MarkOnlyThis);
|
| + setShouldDoFullPaintInvalidationAfterLayout(true);
|
| }
|
|
|
| if (!invalidatePaintIfNeeded(&newPaintInvalidationContainer, oldPaintInvalidationRect, oldPositionFromPaintInvalidationContainer))
|
|
|