| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 84e9c0f8ba69c65fa70ce676ed5cc1f6e61e0ae7..a1234c1d404359bd3cf9678269176777e8d28cab 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -671,9 +671,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| // trigger a Commit.
|
| void SetHasRenderSurface(bool has_render_surface);
|
|
|
| - // Returns the index of the child or -1 if not found.
|
| - int IndexOfChild(const Layer* reference);
|
| -
|
| // This should only be called from RemoveFromParent().
|
| void RemoveChildOrDependent(Layer* child);
|
|
|
|
|