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

Unified Diff: ui/gfx/animation/animation_container.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/animation.cc ('k') | ui/gfx/animation/animation_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/animation_container.h
diff --git a/ui/base/animation/animation_container.h b/ui/gfx/animation/animation_container.h
similarity index 96%
rename from ui/base/animation/animation_container.h
rename to ui/gfx/animation/animation_container.h
index e1631f082e4ecc3bceec448f96b3ffd071d80c42..d7192b1fdebbd1c42e386a35f5d474e31bd1a3d5 100644
--- a/ui/base/animation/animation_container.h
+++ b/ui/gfx/animation/animation_container.h
@@ -10,9 +10,9 @@
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
-namespace ui {
+namespace gfx {
class AnimationContainerElement;
class AnimationContainerObserver;
@@ -25,7 +25,7 @@ class AnimationContainerObserver;
//
// AnimationContainer is ref counted. Each Animation contained within the
// AnimationContainer own it.
-class UI_EXPORT AnimationContainer
+class GFX_EXPORT AnimationContainer
: public base::RefCounted<AnimationContainer> {
public:
AnimationContainer();
@@ -86,6 +86,6 @@ class UI_EXPORT AnimationContainer
DISALLOW_COPY_AND_ASSIGN(AnimationContainer);
};
-} // namespace ui
+} // namespace gfx
#endif // UI_BASE_ANIMATION_ANIMATION_CONTAINER_H_
« no previous file with comments | « ui/gfx/animation/animation.cc ('k') | ui/gfx/animation/animation_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698