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

Unified Diff: components/mus/ws/window_manager_state.cc

Issue 2057793002: Reorganize event mojom files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos in comments. Created 4 years, 6 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 | « components/mus/ws/event_matcher_unittest.cc ('k') | components/mus/ws/window_manager_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_manager_state.cc
diff --git a/components/mus/ws/window_manager_state.cc b/components/mus/ws/window_manager_state.cc
index 8117a20cc40ee938912f037f412fd1fcb8087990..b28716005977f1d07a0ca2b0723b2daec27c7a9c 100644
--- a/components/mus/ws/window_manager_state.cc
+++ b/components/mus/ws/window_manager_state.cc
@@ -340,9 +340,9 @@ void WindowManagerState::AddDebugAccelerators() {
// Always register the accelerators, even if they only work in debug, so that
// keyboard behavior is the same in release and debug builds.
mojom::EventMatcherPtr matcher = CreateKeyMatcher(
- mus::mojom::KeyboardCode::S,
- mus::mojom::kEventFlagControlDown | mus::mojom::kEventFlagAltDown
- | mus::mojom::kEventFlagShiftDown);
+ ui::mojom::KeyboardCode::S, ui::mojom::kEventFlagControlDown |
+ ui::mojom::kEventFlagAltDown |
+ ui::mojom::kEventFlagShiftDown);
event_dispatcher_.AddAccelerator(kPrintWindowsDebugAcceleratorId,
std::move(matcher));
}
« no previous file with comments | « components/mus/ws/event_matcher_unittest.cc ('k') | components/mus/ws/window_manager_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698