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

Unified Diff: services/ui/test_wm/test_wm.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: 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/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index c8cafa976fa9bcc152543de1258ece4f2dc3017d..840102ebbf2abb1a5818b620a438b2b09f087462 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -41,7 +41,8 @@ class TestWM : public shell::Service,
void OnDidDestroyClient(ui::WindowTreeClient* client) override {
window_tree_client_ = nullptr;
}
- void OnEventObserved(const ui::Event& event, ui::Window* target) override {
+ void OnPointerWatcherEvent(const ui::PointerEvent& event,
+ ui::Window* target) override {
// Don't care.
}

Powered by Google App Engine
This is Rietveld 408576698