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

Unified Diff: components/mus/ws/window_manager_state.h

Issue 1909733002: mus: Add EventObserver to allow passively listening to UI events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/ws/window_manager_state.h
diff --git a/components/mus/ws/window_manager_state.h b/components/mus/ws/window_manager_state.h
index 7e9dc1440dde4d443a79b62b5b988313e6528b3b..4af382a7048dbaabd52be2bf280e57fb20da163d 100644
--- a/components/mus/ws/window_manager_state.h
+++ b/components/mus/ws/window_manager_state.h
@@ -164,6 +164,7 @@ class WindowManagerState : public EventDispatcherDelegate {
bool in_nonclient_area,
const ui::Event& event,
Accelerator* accelerator) override;
+ void OnEventTargetNotFound(const ui::Event& event) override;
Display* display_;
PlatformDisplay* platform_display_;

Powered by Google App Engine
This is Rietveld 408576698