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, |