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

Unified Diff: ui/gfx/animation/throb_animation.cc

Issue 23531053: ui/base/animation -> ui/gfx/animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 2 trunk Created 7 years, 3 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 | « ui/gfx/animation/throb_animation.h ('k') | ui/gfx/animation/tween.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/throb_animation.cc
diff --git a/ui/base/animation/throb_animation.cc b/ui/gfx/animation/throb_animation.cc
similarity index 96%
rename from ui/base/animation/throb_animation.cc
rename to ui/gfx/animation/throb_animation.cc
index 72392a09161910065a63caeb933395ae86d77011..0a88aa7d9c43cf374a3a6b8e00f5501b9e8f6b23 100644
--- a/ui/base/animation/throb_animation.cc
+++ b/ui/gfx/animation/throb_animation.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/animation/throb_animation.h"
+#include "ui/gfx/animation/throb_animation.h"
#include <limits>
-namespace ui {
+namespace gfx {
static const int kDefaultThrobDurationMS = 400;
@@ -82,4 +82,4 @@ void ThrobAnimation::ResetForSlide() {
throbbing_ = false;
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/animation/throb_animation.h ('k') | ui/gfx/animation/tween.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698