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

Unified Diff: ui/views/mus/window_manager_connection.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 | « ui/events/mojo/traits_test_service.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.cc
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
index 89c55177cd64604791177575965a678981a83b36..f824f55c718ad9059dbc8857a97cacd9a92ffd01 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -88,7 +88,7 @@ void WindowManagerConnection::AddPointerWatcher(PointerWatcher* watcher) {
// TODO(jamescook): Extend event observers to handle multiple event types.
mus::mojom::EventMatcherPtr matcher = mus::mojom::EventMatcher::New();
matcher->type_matcher = mus::mojom::EventTypeMatcher::New();
- matcher->type_matcher->type = mus::mojom::EventType::POINTER_DOWN;
+ matcher->type_matcher->type = ui::mojom::EventType::POINTER_DOWN;
client_->SetEventObserver(std::move(matcher));
}
}
« no previous file with comments | « ui/events/mojo/traits_test_service.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698