Index: ui/aura_shell/shell_accelerator_controller.cc |
diff --git a/ui/aura_shell/shell_accelerator_controller.cc b/ui/aura_shell/shell_accelerator_controller.cc |
index 99f12a444d4765c3359dacb32bfdea1fc27277d9..0d1754c09b78979253957f1167e683f625ca0425 100644 |
--- a/ui/aura_shell/shell_accelerator_controller.cc |
+++ b/ui/aura_shell/shell_accelerator_controller.cc |
@@ -64,7 +64,7 @@ void RotateScreen() { |
scoped_ptr<ui::LayerAnimationSequence> screen_rotation( |
new ui::LayerAnimationSequence(new ui::ScreenRotation(delta))); |
screen_rotation->AddObserver(aura::Desktop::GetInstance()); |
- aura::Desktop::GetInstance()->layer()->GetAnimator()->ScheduleAnimation( |
+ aura::Desktop::GetInstance()->layer()->GetAnimator()->StartAnimation( |
screen_rotation.release()); |
} |
#endif |