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

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: Renames, PointerEvent, tests etc 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_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 c3b2f67d49046daad77a5665fe498ca95c95ee92..ab1cdee570828794fac4ca917f48cf3ae0ec40ba 100644
--- a/services/ui/public/cpp/tests/window_server_test_base.cc
+++ b/services/ui/public/cpp/tests/window_server_test_base.cc
@@ -89,8 +89,8 @@ void WindowServerTestBase::OnDidDestroyClient(WindowTreeClient* client) {
window_tree_client_destroyed_ = true;
}
-void WindowServerTestBase::OnEventObserved(const ui::Event& event,
- Window* target) {}
+void WindowServerTestBase::OnPointerWatcherEvent(const ui::PointerEvent& event,
+ Window* target) {}
void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
window_manager_client_ = client;

Powered by Google App Engine
This is Rietveld 408576698