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

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

Issue 2180683003: NOSUBMIT: PointerWatcher observes all pointer events, with moves optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.cc
diff --git a/services/ui/public/cpp/tests/window_tree_client_private.cc b/services/ui/public/cpp/tests/window_tree_client_private.cc
index eb75d72dfcb180b398574439c860e24c13f16334..9f963079827488a55d32f51a478e6147f67ceb5b 100644
--- a/services/ui/public/cpp/tests/window_tree_client_private.cc
+++ b/services/ui/public/cpp/tests/window_tree_client_private.cc
@@ -19,8 +19,9 @@ WindowTreeClientPrivate::WindowTreeClientPrivate(Window* window)
WindowTreeClientPrivate::~WindowTreeClientPrivate() {}
+// JAMES rename this
uint32_t WindowTreeClientPrivate::event_observer_id() {
- return tree_client_impl_->event_observer_id_;
+ return tree_client_impl_->pointer_watcher_id_;
}
void WindowTreeClientPrivate::OnEmbed(mojom::WindowTree* window_tree) {
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.cc ('k') | services/ui/public/cpp/tests/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698