Chromium Code Reviews| Index: ui/base/animation/linear_animation.h |
| =================================================================== |
| --- ui/base/animation/linear_animation.h (revision 92815) |
| +++ ui/base/animation/linear_animation.h (working copy) |
| @@ -15,7 +15,7 @@ |
| // Linear time bounded animation. As the animation progresses AnimateToState is |
| // invoked. |
| -class LinearAnimation : public Animation { |
| +class UI_API LinearAnimation : public Animation { |
| public: |
| // Initializes everything except the duration. |
| // |