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

Unified Diff: cc/animation/animation_timeline.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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 | « cc/animation/animation_player.h ('k') | cc/animation/element_animations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_timeline.h
diff --git a/cc/animation/animation_timeline.h b/cc/animation/animation_timeline.h
index 992ba29e2f0e2cf8eff1bfe42890e6d0def3e3a9..b72cc01eebd9dad4a869092e1a835758d2397a89 100644
--- a/cc/animation/animation_timeline.h
+++ b/cc/animation/animation_timeline.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "cc/base/cc_export.h"
+#include "cc/animation/animation_export.h"
namespace cc {
@@ -22,7 +22,8 @@ class AnimationPlayer;
// Each AnimationTimeline and its AnimationPlayers have their copies on
// the impl thread. We synchronize main thread and impl thread instances
// using integer IDs.
-class CC_EXPORT AnimationTimeline : public base::RefCounted<AnimationTimeline> {
+class CC_ANIMATION_EXPORT AnimationTimeline
+ : public base::RefCounted<AnimationTimeline> {
public:
static scoped_refptr<AnimationTimeline> Create(int id);
scoped_refptr<AnimationTimeline> CreateImplInstance() const;
« no previous file with comments | « cc/animation/animation_player.h ('k') | cc/animation/element_animations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698