| Index: Source/core/layout/LayoutBoxModelObject.cpp
|
| diff --git a/Source/core/layout/LayoutBoxModelObject.cpp b/Source/core/layout/LayoutBoxModelObject.cpp
|
| index 8595619d09ae7b2001bc6f3568787551c5f98e58..ba9ae27b6a3cc2d44691096427349ce6bfecf353 100644
|
| --- a/Source/core/layout/LayoutBoxModelObject.cpp
|
| +++ b/Source/core/layout/LayoutBoxModelObject.cpp
|
| @@ -344,7 +344,7 @@ void LayoutBoxModelObject::invalidateTreeIfNeeded(PaintInvalidationState& paintI
|
|
|
| PaintInvalidationState childTreeWalkState(paintInvalidationState, *this, newPaintInvalidationContainer);
|
| if (reason == PaintInvalidationLocationChange)
|
| - childTreeWalkState.setAncestorHadPaintInvalidationForLocationChange();
|
| + childTreeWalkState.setForceSubtreeInvalidationWithinContainer();
|
| invalidatePaintOfSubtreesIfNeeded(childTreeWalkState);
|
| }
|
|
|
|
|