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

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: review comments 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 d85199b5f4be81f06963dc6299e29f18a8050499..717e398931f51b8b8f583bb68ff17cefdac98930 100644
--- a/components/mus/ws/window_manager_state.h
+++ b/components/mus/ws/window_manager_state.h
@@ -163,6 +163,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