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

Unified Diff: ash/mus/window_manager_unittest.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: rebase 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
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/pointer_watcher_delegate_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_unittest.cc
diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
index dfe236b90a374b271f5debcdf8e59e52459fc151..7e29fee549b3e44cfda8517a0e684ab8ffec1ccf 100644
--- a/ash/mus/window_manager_unittest.cc
+++ b/ash/mus/window_manager_unittest.cc
@@ -29,7 +29,8 @@ class WindowTreeClientDelegate : public ui::WindowTreeClientDelegate {
// ui::WindowTreeClientDelegate:
void OnEmbed(ui::Window* root) override {}
void OnDidDestroyClient(ui::WindowTreeClient* client) override {}
- void OnEventObserved(const ui::Event& event, ui::Window* target) override {}
+ void OnPointerEventObserved(const ui::PointerEvent& event,
+ ui::Window* target) override {}
DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate);
};
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/pointer_watcher_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698