diff options
Diffstat (limited to 'ui/gfx/compositor/layer_animator.h')
-rw-r--r-- | ui/gfx/compositor/layer_animator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/compositor/layer_animator.h b/ui/gfx/compositor/layer_animator.h index c30ba87..4570e26 100644 --- a/ui/gfx/compositor/layer_animator.h +++ b/ui/gfx/compositor/layer_animator.h @@ -14,6 +14,7 @@ #include "third_party/skia/include/utils/SkMatrix44.h" #include "ui/base/animation/animation_delegate.h" #include "ui/base/animation/tween.h" +#include "ui/gfx/compositor/compositor_export.h" #include "ui/gfx/point.h" namespace ui { @@ -23,7 +24,7 @@ class MultiAnimation; class Transform; // LayerAnimator manages animating various properties of a Layer. -class LayerAnimator : public ui::AnimationDelegate { +class COMPOSITOR_EXPORT LayerAnimator : public ui::AnimationDelegate { public: explicit LayerAnimator(Layer* layer); virtual ~LayerAnimator(); |