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

Unified Diff: views/animation/bounds_animator.cc

Issue 6154001: Move animation code to new ui/base/animation directory.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « views/animation/bounds_animator.h ('k') | views/animation/bounds_animator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/animation/bounds_animator.cc
===================================================================
--- views/animation/bounds_animator.cc (revision 70685)
+++ views/animation/bounds_animator.cc (working copy)
@@ -4,14 +4,19 @@
#include "views/animation/bounds_animator.h"
-#include "app/animation_container.h"
-#include "app/slide_animation.h"
#include "base/scoped_ptr.h"
+#include "ui/base/animation/animation_container.h"
+#include "ui/base/animation/slide_animation.h"
#include "views/view.h"
// Duration in milliseconds for animations.
static const int kAnimationDuration = 200;
+using ui::Animation;
+using ui::AnimationContainer;
+using ui::SlideAnimation;
+using ui::Tween;
+
namespace views {
BoundsAnimator::BoundsAnimator(View* parent)
« no previous file with comments | « views/animation/bounds_animator.h ('k') | views/animation/bounds_animator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698