| 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 c5ec4efb7322b4628b4d12ff1ec956585347f1d6..b5bad673f6074a318fe29e9b0cb37cf52d1b6aea 100644
|
| --- a/ui/compositor/scoped_layer_animation_settings.cc
|
| +++ b/ui/compositor/scoped_layer_animation_settings.cc
|
| @@ -120,11 +120,11 @@ base::TimeDelta ScopedLayerAnimationSettings::GetTransitionDuration() const {
|
| return animator_->transition_duration_;
|
| }
|
|
|
| -void ScopedLayerAnimationSettings::SetTweenType(Tween::Type tween_type) {
|
| +void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) {
|
| animator_->set_tween_type(tween_type);
|
| }
|
|
|
| -Tween::Type ScopedLayerAnimationSettings::GetTweenType() const {
|
| +gfx::Tween::Type ScopedLayerAnimationSettings::GetTweenType() const {
|
| return animator_->tween_type();
|
| }
|
|
|
|
|