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

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: 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/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index 69fc00f7b84226c6c1d455313877161688c2b4c8..3c9d786f8bb2bf4e03a88b6700c3f812b14dd7c7 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 OnPointerEventObserved(const ui::PointerEvent& event,
+ ui::Window* target) override {
// Don't care.
}

Powered by Google App Engine
This is Rietveld 408576698