| Index: trunk/src/ui/wm/public/animation_host.h
|
| ===================================================================
|
| --- trunk/src/ui/wm/public/animation_host.h (revision 259588)
|
| +++ trunk/src/ui/wm/public/animation_host.h (working copy)
|
| @@ -6,7 +6,7 @@
|
| #define UI_WM_PUBLIC_ANIMATION_HOST_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "ui/wm/wm_export.h"
|
| +#include "ui/aura/aura_export.h"
|
|
|
| namespace gfx {
|
| class Vector2d;
|
| @@ -19,7 +19,7 @@
|
| // Interface for top level window host of animation. Communicates additional
|
| // bounds required for animation as well as animation completion for deferring
|
| // window closes on hide.
|
| -class WM_EXPORT AnimationHost {
|
| +class AURA_EXPORT AnimationHost {
|
| public:
|
| // Ensure the host window is at least this large so that transitions have
|
| // sufficient space.
|
| @@ -38,8 +38,9 @@
|
| virtual ~AnimationHost() {}
|
| };
|
|
|
| -WM_EXPORT void SetAnimationHost(Window* window, AnimationHost* animation_host);
|
| -WM_EXPORT AnimationHost* GetAnimationHost(Window* window);
|
| +AURA_EXPORT void SetAnimationHost(Window* window,
|
| + AnimationHost* animation_host);
|
| +AURA_EXPORT AnimationHost* GetAnimationHost(Window* window);
|
|
|
| } // namespace client
|
| } // namespace aura
|
|
|