| Index: ui/gfx/animation/multi_animation.h
|
| diff --git a/ui/gfx/animation/multi_animation.h b/ui/gfx/animation/multi_animation.h
|
| index a74656989ea786206936ed3bbc7dd300a8e83e4c..65e802478967f5a6c2cd7421a49a6959f3781484 100644
|
| --- a/ui/gfx/animation/multi_animation.h
|
| +++ b/ui/gfx/animation/multi_animation.h
|
| @@ -19,7 +19,7 @@ namespace gfx {
|
| // 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 GFX_EXPORT MultiAnimation : public Animation {
|
| +class ANIMATION_EXPORT MultiAnimation : public Animation {
|
| public:
|
| // Defines part of the animation. Each part consists of the following:
|
| //
|
|
|