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

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

Issue 2750743003: Move ui/gfx/animation/ into its own component. (Closed)
Patch Set: c Created 3 years, 9 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.h ('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/gfx/animation/animation_container_element.h b/ui/gfx/animation/animation_container_element.h
index 224655eb31804700d90c2b8f0d56d5fd3e6aaaa8..6e39ef4a3ab32a00ad0ebfe6d45a0ceee0c52138 100644
--- a/ui/gfx/animation/animation_container_element.h
+++ b/ui/gfx/animation/animation_container_element.h
@@ -6,13 +6,13 @@
#define UI_GFX_ANIMATION_ANIMATION_CONTAINER_ELEMENT_H_
#include "base/time/time.h"
-#include "ui/gfx/gfx_export.h"
+#include "ui/gfx/animation/animation_export.h"
namespace gfx {
// Interface for the elements the AnimationContainer contains. This is
// implemented by Animation.
-class GFX_EXPORT AnimationContainerElement {
+class ANIMATION_EXPORT AnimationContainerElement {
public:
// Sets the start of the animation. This is invoked from
// AnimationContainer::Start.
« no previous file with comments | « ui/gfx/animation/animation_container.h ('k') | ui/gfx/animation/animation_container_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698