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

Unified Diff: mash/app_driver/app_driver.h

Issue 1939133002: StructTraits to map mus::mojom::Event to unique_ptr<ui::Event> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed feedback. Created 4 years, 6 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 | « components/mus/ws/window_tree_unittest.cc ('k') | mash/app_driver/app_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/app_driver/app_driver.h
diff --git a/mash/app_driver/app_driver.h b/mash/app_driver/app_driver.h
index 513f5ecbb2652ff37d8c427faaeb88e491663d9d..25386b2a81d73fc10569c2b3663ac75a9f054818 100644
--- a/mash/app_driver/app_driver.h
+++ b/mash/app_driver/app_driver.h
@@ -38,7 +38,7 @@ class AppDriver : public shell::ShellClient,
bool ShellConnectionLost() override;
// mus::mojom::AcceleratorHandler:
- void OnAccelerator(uint32_t id, mus::mojom::EventPtr event) override;
+ void OnAccelerator(uint32_t id, std::unique_ptr<ui::Event> event) override;
void AddAccelerators();
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | mash/app_driver/app_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698