Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp

Issue 1413823005: Invalidate objects when containing block changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0dae1bd1f30dba67aa8f2f02be1ccb163dd023df..5ff94c0687f7bee9a5afee40454484827ff54a23 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
@@ -178,7 +178,7 @@ void LayoutObjectChildList::insertChildNode(LayoutObject* owner, LayoutObject* n
cache->childrenChanged(owner);
}
-void LayoutObjectChildList::invalidatePaintOnRemoval(const LayoutObject& oldChild)
+void LayoutObjectChildList::invalidatePaintOnRemoval(LayoutObject& oldChild)
{
if (!oldChild.isRooted())
return;

Powered by Google App Engine
This is Rietveld 408576698