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

Unified Diff: ash/mus/window_manager.h

Issue 2125883003: Adds ability for pre-target accelerators to not consume events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 9ea8b45f855bdb375a51dd4d92ba78e3cbd091d4..cf79341567f5350ee86c3bcd58217fe657687cf0 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -100,7 +100,8 @@ class WindowManager : public ::ui::WindowManagerDelegate,
bool not_responding) override;
void OnWmNewDisplay(::ui::Window* window,
const display::Display& display) override;
- void OnAccelerator(uint32_t id, const ui::Event& event) override;
+ ui::mojom::EventResult OnAccelerator(uint32_t id,
+ const ui::Event& event) override;
shell::Connector* connector_;

Powered by Google App Engine
This is Rietveld 408576698