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

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

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch 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/window_server_test_base.cc
diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
index 15c0cd2c87c71f38c56e24a182b295d7188a1a3c..8ce980995485b1f49a1f4874cf9347351a481c5c 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.cc
+++ b/components/mus/public/cpp/tests/window_server_test_base.cc
@@ -87,6 +87,8 @@ void WindowServerTestBase::OnConnectionLost(WindowTreeConnection* connection) {
window_tree_connection_destroyed_ = true;
}
+void WindowServerTestBase::OnEventObserved(const ui::Event& event) {}
+
void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
window_manager_client_ = client;
}

Powered by Google App Engine
This is Rietveld 408576698