Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: ui/wm/core/focus_controller.h

Issue 2809073002: cros: allow aura window not considered activatable for pointer event (Closed)
Patch Set: feedback from sky Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/wm/core/base_focus_rules.cc ('k') | ui/wm/core/focus_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/wm/core/base_focus_rules.cc ('k') | ui/wm/core/focus_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698