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

Unified Diff: services/ui/demo/mus_demo.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: 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: services/ui/demo/mus_demo.cc
diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
index 411f8a092e053321a14b3175dbaad35d2d7ebc7c..c85c53bdf0a3c85aff78d70e7e62837afe797bcc 100644
--- a/services/ui/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -84,7 +84,8 @@ void MusDemo::OnDidDestroyClient(WindowTreeClient* client) {
timer_.Stop();
}
-void MusDemo::OnEventObserved(const Event& event, Window* target) {}
+void MusDemo::OnPointerWatcherEvent(const PointerEvent& event, Window* target) {
+}
void MusDemo::SetWindowManagerClient(WindowManagerClient* client) {}

Powered by Google App Engine
This is Rietveld 408576698