Index: ui/base/animation/throb_animation.h |
=================================================================== |
--- ui/base/animation/throb_animation.h (revision 92815) |
+++ ui/base/animation/throb_animation.h (working copy) |
@@ -17,7 +17,7 @@ |
// |
// A ThrobAnimation has two durations: the duration used when behavior like |
// a SlideAnimation, and the duration used when throbbing. |
-class ThrobAnimation : public SlideAnimation { |
+class UI_API ThrobAnimation : public SlideAnimation { |
public: |
explicit ThrobAnimation(AnimationDelegate* target); |
virtual ~ThrobAnimation() {} |