Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index cb90958e117cb373f27bf4e197008d5aee48fbf1..1624a6cb96938427ce4f66947a4ce5bba7a44fd7 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layer_impl.h |
@@ -65,7 +65,7 @@ public: |
const LayerImpl* parent() const { return m_parent; } |
const LayerList& children() const { return m_children; } |
void addChild(scoped_ptr<LayerImpl>); |
- void removeFromParent(); |
+ scoped_ptr<LayerImpl> removeChild(LayerImpl* child); |
void removeAllChildren(); |
void setMaskLayer(scoped_ptr<LayerImpl>); |