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 90c0d02f533c8b82ba6e5f48147227b1f797fdfa..f5b375e69f34729fad35d7b1fc39ef3a239587ee 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp |
@@ -185,7 +185,7 @@ void LayoutObjectChildList::invalidatePaintOnRemoval(LayoutObject& oldChild) |
oldChild.view()->setShouldDoFullPaintInvalidation(); |
return; |
} |
- oldChild.setPaintingLayerNeedsRepaint(); |
+ oldChild.slowSetPaintingLayerNeedsRepaint(); |
oldChild.invalidatePaintOfPreviousPaintInvalidationRect(oldChild.containerForPaintInvalidation(), PaintInvalidationLayoutObjectRemoval); |
} |