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

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: pointer enter/exit; has_pointer_watcher etc 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 c3b2f67d49046daad77a5665fe498ca95c95ee92..26fda7a89e51aa982fd74ca1a99b4b57d2edea99 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::OnPointerEventObserved(const ui::PointerEvent& event,
+ Window* target) {}
void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
window_manager_client_ = client;

Powered by Google App Engine
This is Rietveld 408576698