| Index: ui/aura/test/test_activation_client.h
|
| ===================================================================
|
| --- ui/aura/test/test_activation_client.h (revision 170295)
|
| +++ ui/aura/test/test_activation_client.h (working copy)
|
| @@ -31,6 +31,7 @@
|
| virtual void ActivateWindow(Window* window) OVERRIDE;
|
| virtual void DeactivateWindow(Window* window) OVERRIDE;
|
| virtual Window* GetActiveWindow() OVERRIDE;
|
| + virtual Window* GetActivatableWindow(Window* window) OVERRIDE;
|
| virtual bool OnWillFocusWindow(Window* window,
|
| const ui::Event* event) OVERRIDE;
|
| virtual bool CanActivateWindow(Window* window) const OVERRIDE;
|
|
|