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

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

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.h
diff --git a/Source/core/layout/LayoutObjectChildList.h b/Source/core/layout/LayoutObjectChildList.h
index 0f61534c120543946ae01c6f722ae4ead9c7b1a6..e30ce0ffebbc868a33e64c1d8fa85dc55049155a 100644
--- a/Source/core/layout/LayoutObjectChildList.h
+++ b/Source/core/layout/LayoutObjectChildList.h
@@ -60,7 +60,7 @@ public:
}
private:
- void invalidatePaintOnRemoval(const LayoutObject& oldChild);
+ void invalidatePaintOnRemoval(LayoutObject& oldChild);
LayoutObject* m_firstChild;
LayoutObject* m_lastChild;

Powered by Google App Engine
This is Rietveld 408576698