| Index: third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| index 33b609424034a66b7654e4b5898dcadf52df0d9a..768b3c051d829db1659eea4a235cbe9147227c42 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| @@ -185,6 +185,7 @@ void LayoutObjectChildList::invalidatePaintOnRemoval(LayoutObject& oldChild)
|
| oldChild.view()->setShouldDoFullPaintInvalidation();
|
| return;
|
| }
|
| + oldChild.enclosingLayer()->setNeedsRepaint();
|
| oldChild.invalidatePaintOfPreviousPaintInvalidationRect(oldChild.containerForPaintInvalidation(), PaintInvalidationLayoutObjectRemoval);
|
| }
|
|
|
|
|