| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index 27b42f8733b50d4432e8e5059ddfcabe8924730d..a1818843d5d13a12457fe054184675abffca7163 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -1582,7 +1582,7 @@
|
| || (shouldDoFullPaintInvalidationIfSelfPaintingLayer()
|
| && hasLayer()
|
| && layer()->isSelfPaintingLayer())) {
|
| - setShouldDoFullPaintInvalidation(true, MarkOnlyThis);
|
| + setShouldDoFullPaintInvalidation(true);
|
| }
|
|
|
| if (!invalidatePaintIfNeeded(newPaintInvalidationContainer, oldPaintInvalidationRect, oldPositionFromPaintInvalidationContainer, paintInvalidationState))
|
|
|