| Index: ui/aura/client/activation_client.h
|
| ===================================================================
|
| --- ui/aura/client/activation_client.h (revision 170295)
|
| +++ ui/aura/client/activation_client.h (working copy)
|
| @@ -35,6 +35,9 @@
|
| // Retrieves the active window, or NULL if there is none.
|
| virtual Window* GetActiveWindow() = 0;
|
|
|
| + // Retrieves the activatable window for |window|, or NULL if there is none.
|
| + virtual Window* GetActivatableWindow(Window* window) = 0;
|
| +
|
| // Invoked prior to |window| getting focus as a result of the |event|. |event|
|
| // may be NULL. Returning false blocks |window| from getting focus.
|
| virtual bool OnWillFocusWindow(Window* window, const ui::Event* event) = 0;
|
|
|