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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.cc

Issue 1909733002: mus: Add EventObserver to allow passively listening to UI events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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: components/mus/public/cpp/tests/test_window_tree.cc
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
index 5d45dcfd17220a8b68a79d3f9eed282949b2b9e4..96e535197c77e82451f27d8cf696714705fdb925 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -121,6 +121,9 @@ 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::Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,
const EmbedCallback& callback) {}

Powered by Google App Engine
This is Rietveld 408576698