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

Unified Diff: cc/LayerChromium.h

Issue 10940002: Add wrapper container for a vector of OwnPtr<T> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « cc/CCTiledLayerImplTest.cpp ('k') | cc/ScrollbarLayerChromiumTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/LayerChromium.h
diff --git a/cc/LayerChromium.h b/cc/LayerChromium.h
index 40c6da33ea91ed977bac2aae0358ef001c36282b..0b4fe63437cc334ece42681dd94c9e4e4fafc6d4 100644
--- a/cc/LayerChromium.h
+++ b/cc/LayerChromium.h
@@ -67,6 +67,7 @@ public:
void removeFromParent();
void removeAllChildren();
void setChildren(const Vector<RefPtr<LayerChromium> >&);
+
const Vector<RefPtr<LayerChromium> >& children() const { return m_children; }
void setAnchorPoint(const FloatPoint&);
« no previous file with comments | « cc/CCTiledLayerImplTest.cpp ('k') | cc/ScrollbarLayerChromiumTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698