summaryrefslogtreecommitdiffstats
path: root/ui/base/animation/multi_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/animation/multi_animation.h')
-rw-r--r--ui/base/animation/multi_animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/animation/multi_animation.h b/ui/base/animation/multi_animation.h
index fbacde3..fcd18b5 100644
--- a/ui/base/animation/multi_animation.h
+++ b/ui/base/animation/multi_animation.h
@@ -17,7 +17,7 @@ namespace ui {
// To create a MultiAnimation pass in the parts, invoke Start() and the delegate
// is notified as the animation progresses. By default MultiAnimation runs until
// Stop is invoked, see |set_continuous()| for details.
-class MultiAnimation : public Animation {
+class UI_API MultiAnimation : public Animation {
public:
// Defines part of the animation. Each part consists of the following:
//