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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.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: Change to use PointerEvent. 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/public/cpp/tests/test_window_tree.cc
diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
index edf803e930529bbf7752e162ecac1455b95398ca..e09070299487d5a8b1e8573a6a769726d6070b7f 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -124,8 +124,10 @@ void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {
change_id_ = change_id;
}
-void TestWindowTree::SetEventObserver(mojom::EventMatcherPtr matcher,
- uint32_t observer_id) {}
+void TestWindowTree::StartPointerWatcher(bool want_moves,
+ uint32_t pointer_watcher_id) {}
+
+void TestWindowTree::StopPointerWatcher() {}
void TestWindowTree::Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,

Powered by Google App Engine
This is Rietveld 408576698