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

Unified Diff: services/ui/public/cpp/tests/window_server_test_base.h

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: Event conversion; comments; rebase 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.h
diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
index 0fb403b121eed379a62515a5621ec7cbdf2a050f..6ec4ab521e92e5b02f173f14bdf6f536f587799b 100644
--- a/services/ui/public/cpp/tests/window_server_test_base.h
+++ b/services/ui/public/cpp/tests/window_server_test_base.h
@@ -68,7 +68,8 @@ class WindowServerTestBase
// WindowTreeClientDelegate:
void OnEmbed(Window* root) override;
void OnDidDestroyClient(WindowTreeClient* client) override;
- void OnEventObserved(const ui::Event& event, Window* target) override;
+ void OnPointerWatcherEvent(const ui::PointerEvent& event,
+ Window* target) override;
// WindowManagerDelegate:
void SetWindowManagerClient(WindowManagerClient* client) override;

Powered by Google App Engine
This is Rietveld 408576698