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

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

Issue 1949823002: WIP: Eliminate event.target() usage from TrayEventFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: container delegate Created 4 years, 7 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 8ce980995485b1f49a1f4874cf9347351a481c5c..e03e5cc80bde23dcfd5fc2e15510372cacfef269 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.cc
+++ b/components/mus/public/cpp/tests/window_server_test_base.cc
@@ -87,7 +87,7 @@ void WindowServerTestBase::OnConnectionLost(WindowTreeConnection* connection) {
window_tree_connection_destroyed_ = true;
}
-void WindowServerTestBase::OnEventObserved(const ui::Event& event) {}
+void WindowServerTestBase::OnEventObserved(const ui::Event& event, Window* target) {}
void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
window_manager_client_ = client;

Powered by Google App Engine
This is Rietveld 408576698