Chromium Code Reviews| Index: ui/compositor/layer.h |
| =================================================================== |
| --- ui/compositor/layer.h (revision 157564) |
| +++ ui/compositor/layer.h (working copy) |
| @@ -376,7 +376,7 @@ |
| LayerDelegate* delegate_; |
| - scoped_refptr<LayerAnimator> animator_; |
| + scoped_ptr<LayerAnimator> animator_; |
| // Ownership of the layer is held through one of the strongly typed layer |
| // pointers, depending on which sort of layer this is. |