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