| Index: ui/aura/window_delegate.h
|
| diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
|
| index 03d562bd7e3521d4ebf229a6bc170e3879941829..3e81515b1950ffc9b60268b10ba9cb47fd7856db 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,
|
|
|