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&); |