diff options
Diffstat (limited to 'ui/base/animation/animation.h')
-rw-r--r-- | ui/base/animation/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/animation/animation.h b/ui/base/animation/animation.h index 8de0f0c6a..3b8288d 100644 --- a/ui/base/animation/animation.h +++ b/ui/base/animation/animation.h @@ -25,7 +25,7 @@ class AnimationDelegate; // // To subclass override Step, which is invoked as the animation progresses and // GetCurrentValue() to return the value appropriate to the animation. -class UI_API Animation : public AnimationContainerElement { +class UI_EXPORT Animation : public AnimationContainerElement { public: explicit Animation(base::TimeDelta timer_interval); virtual ~Animation(); |