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

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

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: DCHECK Created 4 years, 4 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..2595f2533bf75cd111f4d346eeda554a121892a8 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,8 @@ WindowTreeClientPrivate::WindowTreeClientPrivate(Window* window)
WindowTreeClientPrivate::~WindowTreeClientPrivate() {}
-uint32_t WindowTreeClientPrivate::event_observer_id() {
- return tree_client_impl_->event_observer_id_;
+uint32_t WindowTreeClientPrivate::pointer_watcher_id() {
+ return tree_client_impl_->pointer_watcher_id_;
}
void WindowTreeClientPrivate::OnEmbed(mojom::WindowTree* window_tree) {

Powered by Google App Engine
This is Rietveld 408576698