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

Unified Diff: ash/mus/window_manager.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: Renames, PointerEvent, tests etc 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: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 98730e1e6c218425a0de8b7a23a9510cf5951d0b..18923e3a4adba1c497bfeadad1810992af1b494d 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -93,7 +93,8 @@ class WindowManager : public ::ui::WindowManagerDelegate,
// WindowTreeClientDelegate:
void OnEmbed(::ui::Window* root) override;
void OnDidDestroyClient(::ui::WindowTreeClient* client) override;
- void OnEventObserved(const ui::Event& event, ::ui::Window* target) override;
+ void OnPointerWatcherEvent(const ui::PointerEvent& event,
+ ::ui::Window* target) override;
// WindowManagerDelegate:
void SetWindowManagerClient(::ui::WindowManagerClient* client) override;

Powered by Google App Engine
This is Rietveld 408576698