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

Unified Diff: ash/mus/window_manager.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: nits 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: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index b64575f16ba635d68257f4c6cfd437d9735e871c..fd87a19019229245a5fd6c95747d209d60f0c056 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -220,9 +220,9 @@ void WindowManager::OnDidDestroyClient(ui::WindowTreeClient* client) {
window_manager_client_ = nullptr;
}
-void WindowManager::OnEventObserved(const ui::Event& event,
- ui::Window* target) {
- // Does not use EventObservers.
+void WindowManager::OnPointerEventObserved(const ui::PointerEvent& event,
+ ui::Window* target) {
+ // Does not use PointerWatchers.
}
void WindowManager::SetWindowManagerClient(ui::WindowManagerClient* client) {

Powered by Google App Engine
This is Rietveld 408576698