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

Unified Diff: mash/wm/root_window_controller.h

Issue 1957653003: mash: Don't close system tray bubble for clicks in menus/notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: mash/wm/root_window_controller.h
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
index fa54145166e284e4badec9f990699e701b3fe0bb..7f66985802204cf7ff9b5a79cd1a903a6e30daf2 100644
--- a/mash/wm/root_window_controller.h
+++ b/mash/wm/root_window_controller.h
@@ -79,7 +79,7 @@ class RootWindowController : public mus::WindowObserver,
// 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;
// mus::WindowObserver:
void OnWindowDestroyed(mus::Window* window) override;

Powered by Google App Engine
This is Rietveld 408576698