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

Unified Diff: components/mus/demo/mus_demo.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
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | components/mus/demo/mus_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/demo/mus_demo.h
diff --git a/components/mus/demo/mus_demo.h b/components/mus/demo/mus_demo.h
index e9c36c4de7b916612bac628f9d800a50eee77ae5..ab5b513f84d59aa46556b259fbeb2c46b2e6907a 100644
--- a/components/mus/demo/mus_demo.h
+++ b/components/mus/demo/mus_demo.h
@@ -49,7 +49,7 @@ class MusDemo : public shell::ShellClient,
void OnEmbed(mus::Window* root) override;
void OnUnembed(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;
// WindowManagerDelegate:
void SetWindowManagerClient(mus::WindowManagerClient* client) override;
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | components/mus/demo/mus_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698