| Index: ash/rotator/screen_rotation_animation.cc
|
| diff --git a/ash/rotator/screen_rotation_animation.cc b/ash/rotator/screen_rotation_animation.cc
|
| index 005060e0417b5921b760e0d47564545f6d84a174..ecbc75d9935c1a913ce5e076864f90d16d83b223 100644
|
| --- a/ash/rotator/screen_rotation_animation.cc
|
| +++ b/ash/rotator/screen_rotation_animation.cc
|
| @@ -14,15 +14,14 @@
|
|
|
| namespace ash {
|
|
|
| -ScreenRotationAnimation::ScreenRotationAnimation(
|
| - ui::Layer* layer,
|
| - int start_degrees,
|
| - int end_degrees,
|
| - float initial_opacity,
|
| - float target_opacity,
|
| - gfx::Point pivot,
|
| - base::TimeDelta duration,
|
| - gfx::Tween::Type tween_type)
|
| +ScreenRotationAnimation::ScreenRotationAnimation(ui::Layer* layer,
|
| + int start_degrees,
|
| + int end_degrees,
|
| + float initial_opacity,
|
| + float target_opacity,
|
| + gfx::Point pivot,
|
| + base::TimeDelta duration,
|
| + gfx::Tween::Type tween_type)
|
| : ui::LayerAnimationElement(
|
| LayerAnimationElement::TRANSFORM | LayerAnimationElement::OPACITY,
|
| duration),
|
| @@ -40,11 +39,9 @@ ScreenRotationAnimation::ScreenRotationAnimation(
|
| interpolated_transform_->SetChild(rotation.release());
|
| }
|
|
|
| -ScreenRotationAnimation::~ScreenRotationAnimation() {
|
| -}
|
| +ScreenRotationAnimation::~ScreenRotationAnimation() {}
|
|
|
| -void ScreenRotationAnimation::OnStart(ui::LayerAnimationDelegate* delegate) {
|
| -}
|
| +void ScreenRotationAnimation::OnStart(ui::LayerAnimationDelegate* delegate) {}
|
|
|
| bool ScreenRotationAnimation::OnProgress(double current,
|
| ui::LayerAnimationDelegate* delegate) {
|
|
|