| Index: ui/aura/mus/window_manager_delegate.h
|
| diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h
|
| index 0dc8d6186712b1d15616733c10b6d871987a1b90..87f907a3575eb9a6e60b6443245675f768cece77 100644
|
| --- a/ui/aura/mus/window_manager_delegate.h
|
| +++ b/ui/aura/mus/window_manager_delegate.h
|
| @@ -148,6 +148,13 @@ class AURA_EXPORT WindowManagerDelegate {
|
| const gfx::Insets& insets,
|
| const std::vector<gfx::Rect>& additional_client_areas) = 0;
|
|
|
| + // Returns whether |window| is the current active window.
|
| + virtual bool IsWindowActive(Window* window) = 0;
|
| +
|
| + // Called when a client requests that its activation be given to another
|
| + // window.
|
| + virtual void OnWmDeactivateWindow(Window* window) = 0;
|
| +
|
| protected:
|
| virtual ~WindowManagerDelegate() {}
|
| };
|
|
|