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

Unified Diff: ui/gfx/animation/animation_container_element.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_container.cc ('k') | ui/gfx/animation/animation_container_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/animation_container_element.h
diff --git a/ui/base/animation/animation_container_element.h b/ui/gfx/animation/animation_container_element.h
similarity index 89%
rename from ui/base/animation/animation_container_element.h
rename to ui/gfx/animation/animation_container_element.h
index 1afa2b8b0c24aa992366b5d89d6f2f65fcfa1063..6d95fbb2b41aff6c67a7bca9d22e801d26220ab3 100644
--- a/ui/base/animation/animation_container_element.h
+++ b/ui/gfx/animation/animation_container_element.h
@@ -6,13 +6,13 @@
#define UI_BASE_ANIMATION_ANIMATION_CONTAINER_ELEMENT_H_
#include "base/time/time.h"
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
-namespace ui {
+namespace gfx {
// Interface for the elements the AnimationContainer contains. This is
// implemented by Animation.
-class UI_EXPORT AnimationContainerElement {
+class GFX_EXPORT AnimationContainerElement {
public:
// Sets the start of the animation. This is invoked from
// AnimationContainer::Start.
@@ -29,6 +29,6 @@ class UI_EXPORT AnimationContainerElement {
virtual ~AnimationContainerElement() {}
};
-} // namespace ui
+} // namespace gfx
#endif // UI_BASE_ANIMATION_ANIMATION_CONTAINER_ELEMENT_H_
« no previous file with comments | « ui/gfx/animation/animation_container.cc ('k') | ui/gfx/animation/animation_container_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698