| Index: Source/core/layout/LayoutBox.cpp
|
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp
|
| index eb135636cd9f5892b18d4884ee096469bc8949d0..57c008958978bdd6ca6f506763eac40512b86973 100644
|
| --- a/Source/core/layout/LayoutBox.cpp
|
| +++ b/Source/core/layout/LayoutBox.cpp
|
| @@ -1353,6 +1353,9 @@ bool LayoutBox::invalidatePaintOfLayerRectsForImage(WrappedImagePtr image, const
|
| setShouldDoFullPaintInvalidation(PaintInvalidationDelayedFull);
|
| else
|
| setShouldDoFullPaintInvalidation();
|
| +
|
| + if (drawingBackground)
|
| + invalidateBackgroundObscurationStatus();
|
| return true;
|
| }
|
| }
|
|
|