| 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 e129374188a9c5587615f6c2842be8c839d3a0c6..ecbe52c497b5027e7ccfbd818c25c4b6a7bee25b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| @@ -202,7 +202,7 @@ void LayoutObjectChildList::invalidatePaintOnRemoval(LayoutObject& oldChild) {
|
| oldChild.view()->setShouldDoFullPaintInvalidation();
|
| ObjectPaintInvalidator paintInvalidator(oldChild);
|
| paintInvalidator.slowSetPaintingLayerNeedsRepaint();
|
| - paintInvalidator.invalidatePaintOfPreviousPaintInvalidationRect(
|
| + paintInvalidator.invalidatePaintOfPreviousVisualRect(
|
| oldChild.containerForPaintInvalidation(),
|
| PaintInvalidationLayoutObjectRemoval);
|
| }
|
|
|