| Index: ui/gfx/animation/tween.h
|
| diff --git a/ui/gfx/animation/tween.h b/ui/gfx/animation/tween.h
|
| index 0b2a2d4023110ac232df5af23d05fb6bb3aad4e6..dbc506e03ac9044d8d09e54788d5f9e4796ecf0a 100644
|
| --- a/ui/gfx/animation/tween.h
|
| +++ b/ui/gfx/animation/tween.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| +#include "ui/gfx/animation/animation_export.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| -#include "ui/gfx/gfx_export.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace base {
|
| @@ -17,7 +17,7 @@ class TimeTicks;
|
|
|
| namespace gfx {
|
|
|
| -class GFX_EXPORT Tween {
|
| +class ANIMATION_EXPORT Tween {
|
| public:
|
| enum Type {
|
| LINEAR, // Linear.
|
|
|