Chromium Code Reviews| Index: ui/views/corewm/focus_controller.h |
| diff --git a/ui/views/corewm/focus_controller.h b/ui/views/corewm/focus_controller.h |
| index 4912a64cb506aba528e84f3ba376791df364f65e..4a4b543d9dff10cfe14caaf5c99a2586f3f20f9a 100644 |
| --- a/ui/views/corewm/focus_controller.h |
| +++ b/ui/views/corewm/focus_controller.h |
| @@ -88,7 +88,7 @@ class VIEWS_EXPORT FocusController : public aura::client::ActivationClient, |
| // etc. These functions must be called with valid focusable/activatable |
| // windows. |
| void SetFocusedWindow(aura::Window* window); |
| - void SetActiveWindow(aura::Window* window); |
| + void SetActiveWindow(aura::Window* requested_window, aura::Window* window); |
|
sky
2013/04/23 21:36:42
Document what requested_window is.
sschmitz
2013/04/24 01:23:43
Done.
|
| // Called when a window's disposition changed such that it and its hierarchy |
| // are no longer focusable/activatable. |next| is a valid window that is used |