Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2061)

Unified Diff: ash/wm/power_button_controller.cc

Issue 11220002: Add new animations in second implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added shutdown animations Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/wm/power_button_controller.cc
diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
index f7bc2f3e2ebffafe60e466925addb2070bede79d..1e31c3561d8aeebc936b616aa23cf8f3b548331d 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();
else
- controller_->CancelLockWithOtherAnimation();
+ controller_->CancelLockAnimation();
}
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698