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

Unified Diff: ash/mus/window_manager.h

Issue 2761233003: Adds ability for accelerators to add key/value pairs to KeyEvent (Closed)
Patch Set: feedback and compile Created 3 years, 9 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 | « ash/mus/accelerators/accelerator_handler.h ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index df3b52ec8da161c229d27f424d79e03b930588bf..372db54f809e1630202f2d6087abd6a95831317e 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -160,8 +160,11 @@ class WindowManager : public aura::WindowManagerDelegate,
const gfx::Point& cursor_location,
const base::Callback<void(bool)>& on_done) override;
void OnWmCancelMoveLoop(aura::Window* window) override;
- ui::mojom::EventResult OnAccelerator(uint32_t id,
- const ui::Event& event) override;
+ ui::mojom::EventResult OnAccelerator(
+ uint32_t id,
+ const ui::Event& event,
+ std::unordered_map<std::string, std::vector<uint8_t>>* properties)
+ override;
void OnWmSetClientArea(
aura::Window* window,
const gfx::Insets& insets,
« no previous file with comments | « ash/mus/accelerators/accelerator_handler.h ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698