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

Unified Diff: ash/mus/accelerators/accelerator_controller_registrar.h

Issue 2863913004: chromeos: makes mus send keyevents to display root when nothing has focus (Closed)
Patch Set: GetClientVisibleRoot Created 3 years, 7 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 | « no previous file | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/accelerators/accelerator_controller_registrar.h
diff --git a/ash/mus/accelerators/accelerator_controller_registrar.h b/ash/mus/accelerators/accelerator_controller_registrar.h
index a311885375ca0ddc5035a35714e56b3a4ac8b196..29fa1bf1aab595f79139fb37263794aed6bd254a 100644
--- a/ash/mus/accelerators/accelerator_controller_registrar.h
+++ b/ash/mus/accelerators/accelerator_controller_registrar.h
@@ -72,7 +72,7 @@ class AcceleratorControllerRegistrar : public AcceleratorHandler,
// . AcceleratorFilter forwards to its delegate, which indirectly is
// implemented by AcceleratorRouter.
// . AcceleratorRouter may early out, if not it calls through to
- // AcceleratorController. This stop may stop propagation entirely.
+ // AcceleratorController. This may stop propagation entirely.
// . If focus is on a Widget, then NativeWidgetAura gets the key event, calls
// to Widget::OnKeyEvent(), which calls to FocusManager::OnKeyEvent(), which
// calls to AshFocusManagerFactory::Delegate::ProcessAccelerator() finally
« no previous file with comments | « no previous file | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698