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

Unified Diff: ui/gfx/animation/tween.h

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.cc ('k') | ui/gfx/animation/tween.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/tween.h
diff --git a/ui/base/animation/tween.h b/ui/gfx/animation/tween.h
similarity index 94%
rename from ui/base/animation/tween.h
rename to ui/gfx/animation/tween.h
index 6e2f17977bc45f4bc8f64967213343b95c7e987a..020fa6a7da1e60b2f17770f4b820e526c95138cd 100644
--- a/ui/base/animation/tween.h
+++ b/ui/gfx/animation/tween.h
@@ -6,13 +6,13 @@
#define UI_BASE_ANIMATION_TWEEN_H_
#include "base/basictypes.h"
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/transform.h"
-namespace ui {
+namespace gfx {
-class UI_EXPORT Tween {
+class GFX_EXPORT Tween {
public:
enum Type {
LINEAR, // Linear.
@@ -46,6 +46,6 @@ class UI_EXPORT Tween {
DISALLOW_COPY_AND_ASSIGN(Tween);
};
-} // namespace ui
+} // namespace gfx
#endif // UI_BASE_ANIMATION_TWEEN_H_
« no previous file with comments | « ui/gfx/animation/throb_animation.cc ('k') | ui/gfx/animation/tween.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698