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

Unified Diff: mash/wm/window_manager_unittest.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
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_unittest.cc
diff --git a/mash/wm/window_manager_unittest.cc b/mash/wm/window_manager_unittest.cc
index 932e49d2e23f11690173561972f114ffc7d08bfa..5a14ecc3c76c9349845c8412ff7e56020fa15650 100644
--- a/mash/wm/window_manager_unittest.cc
+++ b/mash/wm/window_manager_unittest.cc
@@ -29,7 +29,7 @@ class WindowTreeDelegateImpl : public mus::WindowTreeDelegate {
// mus::WindowTreeDelegate:
void OnEmbed(mus::Window* root) override {}
void OnConnectionLost(mus::WindowTreeConnection* connection) override {}
- void OnEventObserved(const ui::Event& event) override {}
+ void OnEventObserved(const ui::Event& event, mus::Window* target) override {}
DISALLOW_COPY_AND_ASSIGN(WindowTreeDelegateImpl);
};
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698