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

Unified Diff: ui/aura/mus/window_manager_delegate.cc

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 | « ui/aura/mus/window_manager_delegate.h ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_manager_delegate.cc
diff --git a/ui/aura/mus/window_manager_delegate.cc b/ui/aura/mus/window_manager_delegate.cc
index 2efab15d720b8d606c1513d5566fbcd13a5b1ef0..017d8319a43eb474e6e8f95144d41635a6e24dc4 100644
--- a/ui/aura/mus/window_manager_delegate.cc
+++ b/ui/aura/mus/window_manager_delegate.cc
@@ -8,7 +8,8 @@ namespace aura {
ui::mojom::EventResult WindowManagerDelegate::OnAccelerator(
uint32_t id,
- const ui::Event& event) {
+ const ui::Event& event,
+ std::unordered_map<std::string, std::vector<uint8_t>>* properties) {
return ui::mojom::EventResult::UNHANDLED;
}
« no previous file with comments | « ui/aura/mus/window_manager_delegate.h ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698