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

Unified Diff: mojo/services/window_manager/basic_focus_rules.cc

Issue 737913002: Dispatch key events to the currently focused window. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: mojo/services/window_manager/basic_focus_rules.cc
diff --git a/mojo/services/window_manager/basic_focus_rules.cc b/mojo/services/window_manager/basic_focus_rules.cc
index 95496a10be372747e8537d81c8e758e89c721e4c..cc86e35baa7863eaa2fa237a59a70ca1ab5dcae2 100644
--- a/mojo/services/window_manager/basic_focus_rules.cc
+++ b/mojo/services/window_manager/basic_focus_rules.cc
@@ -11,9 +11,10 @@
namespace mojo {
BasicFocusRules::BasicFocusRules(mojo::WindowManagerApp* window_manager_app,
- mojo::View* window_container)
+ mojo::View* window_container)
: window_container_(window_container),
- window_manager_app_(window_manager_app) {}
+ window_manager_app_(window_manager_app) {
+}
BasicFocusRules::~BasicFocusRules() {}
« no previous file with comments | « no previous file | mojo/services/window_manager/view_target.h » ('j') | mojo/services/window_manager/view_target.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698