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

Unified Diff: ash/wm/session_state_animator.h

Issue 2823343006: cros: Fix unlock crash with multi-display (Closed)
Patch Set: add comment for test Created 3 years, 8 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
« no previous file with comments | « no previous file | ash/wm/session_state_animator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator.h
diff --git a/ash/wm/session_state_animator.h b/ash/wm/session_state_animator.h
index 977e2663e751740624958c5485057ac44594b8c6..89b617b65b383b81ff1f0876b3f729e15a012130 100644
--- a/ash/wm/session_state_animator.h
+++ b/ash/wm/session_state_animator.h
@@ -192,8 +192,8 @@ class ASH_EXPORT SessionStateAnimator {
AnimationSpeed speed) = 0;
// Apply animation |type| to all containers included in |container_mask| with
- // specified |speed| and call a |callback| at the end of the animation, if it
- // is not null.
+ // specified |speed| and call a |callback| once at the end of the animations,
+ // if it is not null.
virtual void StartAnimationWithCallback(int container_mask,
AnimationType type,
AnimationSpeed speed,
« no previous file with comments | « no previous file | ash/wm/session_state_animator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698