diff options
Diffstat (limited to 'aura/window.h')
-rw-r--r-- | aura/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aura/window.h b/aura/window.h index 5ebfb1a..d5d6e65 100644 --- a/aura/window.h +++ b/aura/window.h @@ -8,6 +8,7 @@ #include <vector> +#include "aura/aura_export.h" #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "ui/gfx/compositor/layer_delegate.h" @@ -35,7 +36,7 @@ class FocusManager; // Aura window implementation. Interesting events are sent to the // WindowDelegate. // TODO(beng): resolve ownership. -class Window : public ui::LayerDelegate { +class AURA_EXPORT Window : public ui::LayerDelegate { public: enum Visibility { // Don't display the window onscreen and don't let it receive mouse |