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

Unified Diff: components/mus/ws/accelerator.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/accelerator.h ('k') | components/mus/ws/event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/accelerator.cc
diff --git a/components/mus/ws/accelerator.cc b/components/mus/ws/accelerator.cc
index 259d601f86a3b040287c0e67d2c24bee54c75313..fd8cde39668988dadefdd20fe7b6e26c0c16d603 100644
--- a/components/mus/ws/accelerator.cc
+++ b/components/mus/ws/accelerator.cc
@@ -16,7 +16,7 @@ Accelerator::Accelerator(uint32_t id, const mojom::EventMatcher& matcher)
Accelerator::~Accelerator() {}
bool Accelerator::MatchesEvent(const ui::Event& event,
- const mojom::AcceleratorPhase phase) const {
+ const ui::mojom::AcceleratorPhase phase) const {
if (accelerator_phase_ != phase)
return false;
if (!event_matcher_.MatchesEvent(event))
« no previous file with comments | « components/mus/ws/accelerator.h ('k') | components/mus/ws/event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698