Index: ash/wm/power_button_controller.cc |
diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc |
index 8b6c549e8e9006184b55c96ef487d5426625ebdb..8195200a5d3d7c9c782c03ade88e12d780c195c6 100644 |
--- a/ash/wm/power_button_controller.cc |
+++ b/ash/wm/power_button_controller.cc |
@@ -94,7 +94,7 @@ void PowerButtonController::OnLockButtonEvent( |
if (down) |
controller_->StartLockAnimation(false); |
else |
- controller_->CancelLockWithOtherAnimation(); |
+ controller_->CancelLockAnimation(); |
} |
} // namespace ash |