Index: ui/wm/core/focus_controller.h |
diff --git a/ui/wm/core/focus_controller.h b/ui/wm/core/focus_controller.h |
index 85858cfa27e30c17770b5cc3c3717ff152f2635f..9693d7c31037d9264dc33220d9e802c7d6960d0a 100644 |
--- a/ui/wm/core/focus_controller.h |
+++ b/ui/wm/core/focus_controller.h |
@@ -116,7 +116,7 @@ class WM_EXPORT FocusController : public aura::client::ActivationClient, |
// Called when an attempt is made to focus or activate a window via an input |
// event targeted at that window. Rules determine the best focusable window |
// for the input window. |
- void WindowFocusedFromInputEvent(aura::Window* window); |
+ void WindowFocusedFromInputEvent(aura::Window* window, ui::Event* event); |
sky
2017/04/17 18:24:38
Sorry, one last question. Can you make this a cons
Qiang(Joe) Xu
2017/04/17 18:33:16
yes, we can. Updated. Thanks.
|
aura::Window* active_window_; |
aura::Window* focused_window_; |