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

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

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.h
diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
index fbfc86f0c517b99ccabbac36f2f005b1a3141b86..2324c30200faad69e13811eb27d86fc2bf83b90b 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.h
+++ b/components/mus/public/cpp/tests/window_server_test_base.h
@@ -68,7 +68,7 @@ class WindowServerTestBase
// WindowTreeDelegate:
void OnEmbed(Window* root) override;
void OnConnectionLost(WindowTreeConnection* connection) override;
- void OnEventObserved(const ui::Event& event) override;
+ void OnEventObserved(const ui::Event& event, Window* target) override;
// WindowManagerDelegate:
void SetWindowManagerClient(WindowManagerClient* client) override;
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client_impl.cc ('k') | components/mus/public/cpp/tests/window_server_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698