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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.cc

Issue 2125663002: mus: Add watcher for all touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Overload copy assignment operator for Change struct. 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 2b0204b4602ac8dd7516740da1a3a06da0915890..ee1a0d85823cb1ddc4881ec0c73f8f6bac4bedb1 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -124,9 +124,11 @@ void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {
change_id_ = change_id;
}
-void TestWindowTree::SetEventObserver(mojom::EventMatcherPtr matcher,
+void TestWindowTree::AddEventObserver(mojom::EventMatcherPtr matcher,
uint32_t observer_id) {}
+void TestWindowTree::RemoveEventObserver(uint32_t observer_id) {}
+
void TestWindowTree::Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,
uint32_t flags,

Powered by Google App Engine
This is Rietveld 408576698