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

Unified Diff: views/animation/bounds_animator.cc

Issue 8369007: Changes launcher animations to fade before moving. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 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: views/animation/bounds_animator.cc
diff --git a/views/animation/bounds_animator.cc b/views/animation/bounds_animator.cc
index 6c3842211e02ea721bf8ffb17461419ce4c63905..a6e1686248017cbbd7925843db262256a06e8ab6 100644
--- a/views/animation/bounds_animator.cc
+++ b/views/animation/bounds_animator.cc
@@ -251,7 +251,7 @@ void BoundsAnimator::AnimationContainerProgressed(
if (observer_ && !IsAnimating()) {
// Notify here rather than from AnimationXXX to avoid deleting the animation
- // while the animaion is calling us.
+ // while the animation is calling us.
observer_->OnBoundsAnimatorDone(this);
}
}
« ui/aura_shell/launcher/launcher_view.cc ('K') | « views/animation/bounds_animator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698