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

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

Issue 2809073002: cros: allow aura window not considered activatable for pointer event (Closed)
Patch Set: ui::Event* 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
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);
aura::Window* active_window_;
aura::Window* focused_window_;

Powered by Google App Engine
This is Rietveld 408576698