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

Unified Diff: ui/gfx/animation/tween.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/tween.h ('k') | ui/gfx/gfx_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/tween.cc
diff --git a/ui/base/animation/tween.cc b/ui/gfx/animation/tween.cc
similarity index 97%
rename from ui/base/animation/tween.cc
rename to ui/gfx/animation/tween.cc
index ac6fa261fd532014b2a62637d8f09c0cec71f916..4d1a6b3b2608dd1bb3c817b1c2ce31347f3c8336 100644
--- a/ui/base/animation/tween.cc
+++ b/ui/gfx/animation/tween.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/animation/tween.h"
+#include "ui/gfx/animation/tween.h"
#include <math.h>
@@ -12,7 +12,7 @@
#include "base/logging.h"
-namespace ui {
+namespace gfx {
// static
double Tween::CalculateValue(Tween::Type type, double state) {
@@ -103,4 +103,4 @@ gfx::Transform Tween::ValueBetween(double value,
return to_return;
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/animation/tween.h ('k') | ui/gfx/gfx_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698