| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index a7b6b69c50b3447cf58e0c95039e457d4ef6b280..60b4e56a16922ab228813b4ac0b6bb930add4c28 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -101,7 +101,6 @@ class CC_EXPORT LayerImpl {
|
|
|
| // Tree structure.
|
| LayerImpl* parent() { return parent_; }
|
| - const LayerImpl* parent() const { return parent_; }
|
| LayerImplList& children() { return children_; }
|
| LayerImpl* child_at(size_t index) const { return children_[index]; }
|
| void AddChild(scoped_ptr<LayerImpl> child);
|
|
|