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

Unified Diff: services/ui/demo/mus_demo.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: 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 | « services/navigation/view_impl.cc ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo.h
diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
index 4f4dd276c222c35698f648a0cbc89606bd52587a..192007586cb23a92fa7815f00773da841bc47c47 100644
--- a/services/ui/demo/mus_demo.h
+++ b/services/ui/demo/mus_demo.h
@@ -44,7 +44,8 @@ class MusDemo : public shell::Service,
// WindowTreeClientDelegate:
void OnEmbed(Window* root) override;
void OnDidDestroyClient(WindowTreeClient* client) override;
- void OnEventObserved(const Event& event, Window* target) override;
+ void OnPointerEventObserved(const PointerEvent& event,
+ Window* target) override;
// WindowManagerDelegate:
void SetWindowManagerClient(WindowManagerClient* client) override;
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698