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

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

Issue 1294233004: Subtree caching implementation in blink-core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a complex-subtree-update test Created 5 years, 4 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: Source/core/layout/LayoutObjectChildList.cpp
diff --git a/Source/core/layout/LayoutObjectChildList.cpp b/Source/core/layout/LayoutObjectChildList.cpp
index 94272873516dced9f5e339dcca77fb8582fd629a..813fb555d1af5a953525c3189e02a153b73283c3 100644
--- a/Source/core/layout/LayoutObjectChildList.cpp
+++ b/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