diff options
Diffstat (limited to 'ui/aura/window_delegate.h')
-rw-r--r-- | ui/aura/window_delegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h index 03d562b..3e81515 100644 --- a/ui/aura/window_delegate.h +++ b/ui/aura/window_delegate.h @@ -6,6 +6,7 @@ #define UI_AURA_WINDOW_DELEGATE_H_ #pragma once +#include "ui/aura/aura_export.h" #include "ui/gfx/native_widget_types.h" namespace gfx { @@ -20,7 +21,7 @@ class KeyEvent; class MouseEvent; // Delegate interface for aura::Window. -class WindowDelegate { +class AURA_EXPORT WindowDelegate { public: // Called when the Window's position and/or size changes. virtual void OnBoundsChanged(const gfx::Rect& old_bounds, |