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

Unified Diff: services/ui/public/cpp/tests/window_tree_client_private.h

Issue 2183163002: mus: Change PointerWatcher to observe all pointer events, with moves optional. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Event conversion; comments; rebase Created 4 years, 5 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
Index: services/ui/public/cpp/tests/window_tree_client_private.h
diff --git a/services/ui/public/cpp/tests/window_tree_client_private.h b/services/ui/public/cpp/tests/window_tree_client_private.h
index fa9581957efd8984b7893b5a0c7e599b8b7bc7da..766b49ab21c70dc664c7f25d8b99eb4c226d9a1f 100644
--- a/services/ui/public/cpp/tests/window_tree_client_private.h
+++ b/services/ui/public/cpp/tests/window_tree_client_private.h
@@ -35,7 +35,7 @@ class WindowTreeClientPrivate {
explicit WindowTreeClientPrivate(Window* window);
~WindowTreeClientPrivate();
- uint32_t event_observer_id();
+ uint32_t pointer_watcher_id();
// Calls OnEmbed() on the WindowTreeClient.
void OnEmbed(mojom::WindowTree* window_tree);

Powered by Google App Engine
This is Rietveld 408576698