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

Unified Diff: services/ui/demo/mus_demo_internal.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 | « services/ui/demo/mus_demo_internal.h ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo_internal.cc
diff --git a/services/ui/demo/mus_demo_internal.cc b/services/ui/demo/mus_demo_internal.cc
index 6c2125692fa142f61cc57ce1945e241549a8c72f..9c189f44611e89d00c1c491cad6772a00f903a91 100644
--- a/services/ui/demo/mus_demo_internal.cc
+++ b/services/ui/demo/mus_demo_internal.cc
@@ -81,8 +81,10 @@ void MusDemoInternal::OnWmDisplayRemoved(
void MusDemoInternal::OnWmDisplayModified(const display::Display& display) {}
-mojom::EventResult MusDemoInternal::OnAccelerator(uint32_t id,
- const Event& event) {
+mojom::EventResult MusDemoInternal::OnAccelerator(
+ uint32_t id,
+ const Event& event,
+ std::unordered_map<std::string, std::vector<uint8_t>>* properties) {
return mojom::EventResult::UNHANDLED;
}
« no previous file with comments | « services/ui/demo/mus_demo_internal.h ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698