| Index: ui/compositor/scoped_layer_animation_settings.cc
|
| diff --git a/ui/compositor/scoped_layer_animation_settings.cc b/ui/compositor/scoped_layer_animation_settings.cc
|
| index 9ab0673f1af08d8fecc44ed36da2a35f1fd9ccb3..487f96afe697ffe74e605408e3f51d9de8aba9d9 100644
|
| --- a/ui/compositor/scoped_layer_animation_settings.cc
|
| +++ b/ui/compositor/scoped_layer_animation_settings.cc
|
| @@ -77,9 +77,9 @@ class InvertingObserver : public ImplicitAnimationObserver {
|
| };
|
|
|
|
|
| -// ScoperLayerAnimationSettings ------------------------------------------------
|
| +// ScopedLayerAnimationSettings ------------------------------------------------
|
| ScopedLayerAnimationSettings::ScopedLayerAnimationSettings(
|
| - LayerAnimator* animator)
|
| + scoped_refptr<LayerAnimator> animator)
|
| : animator_(animator),
|
| old_is_transition_duration_locked_(
|
| animator->is_transition_duration_locked_),
|
|
|