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

Unified Diff: ui/gfx/animation/animation_container_observer.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_element.h ('k') | ui/gfx/animation/animation_container_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/animation_container_observer.h
diff --git a/ui/base/animation/animation_container_observer.h b/ui/gfx/animation/animation_container_observer.h
similarity index 88%
rename from ui/base/animation/animation_container_observer.h
rename to ui/gfx/animation/animation_container_observer.h
index 06948ef3449f6a1a8e849046e5c050968339a111..31834300186c3f35842262bc7f7d76e9b3590370 100644
--- a/ui/base/animation/animation_container_observer.h
+++ b/ui/gfx/animation/animation_container_observer.h
@@ -5,15 +5,15 @@
#ifndef UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_
#define UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
-namespace ui {
+namespace gfx {
class AnimationContainer;
// The observer is notified after every update of the animations managed by
// the container.
-class UI_EXPORT AnimationContainerObserver {
+class GFX_EXPORT AnimationContainerObserver {
public:
// Invoked on every tick of the timer managed by the container and after
// all the animations have updated.
@@ -27,6 +27,6 @@ class UI_EXPORT AnimationContainerObserver {
virtual ~AnimationContainerObserver() {}
};
-} // namespace ui
+} // namespace gfx
#endif // UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_
« no previous file with comments | « ui/gfx/animation/animation_container_element.h ('k') | ui/gfx/animation/animation_container_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698