| Index: ui/gfx/animation/linear_animation.h
|
| diff --git a/ui/gfx/animation/linear_animation.h b/ui/gfx/animation/linear_animation.h
|
| index cd4c3a22ac5e7530e1dbaa6543fe62db347b26cd..17b10a520487bc07d0574140446480a8a9a94c49 100644
|
| --- a/ui/gfx/animation/linear_animation.h
|
| +++ b/ui/gfx/animation/linear_animation.h
|
| @@ -15,7 +15,7 @@ class AnimationDelegate;
|
|
|
| // Linear time bounded animation. As the animation progresses AnimateToState is
|
| // invoked.
|
| -class GFX_EXPORT LinearAnimation : public Animation {
|
| +class ANIMATION_EXPORT LinearAnimation : public Animation {
|
| public:
|
| // Default frame rate (hz).
|
| static const int kDefaultFrameRate = 60;
|
|
|