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

Unified Diff: services/ui/public/cpp/tests/window_server_test_base.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: rebase 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_server_test_base.cc
diff --git a/services/ui/public/cpp/tests/window_server_test_base.cc b/services/ui/public/cpp/tests/window_server_test_base.cc
index 025a56ddf71a407a0b27abbc50a1e20c5ab87410..8d93e70834c8141ae33e69174c0ea1bfa7480c8c 100644
--- a/services/ui/public/cpp/tests/window_server_test_base.cc
+++ b/services/ui/public/cpp/tests/window_server_test_base.cc
@@ -90,8 +90,8 @@ void WindowServerTestBase::OnDidDestroyClient(WindowTreeClient* client) {
window_tree_client_destroyed_ = true;
}
-void WindowServerTestBase::OnEventObserved(const ui::Event& event,
- Window* target) {}
+void WindowServerTestBase::OnPointerEventObserved(const ui::PointerEvent& event,
+ Window* target) {}
void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
window_manager_client_ = client;
« no previous file with comments | « services/ui/public/cpp/tests/window_server_test_base.h ('k') | services/ui/public/cpp/tests/window_tree_client_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698