| 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;
|
|
|