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

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: todo comments + reorganize files 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
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..80f8cbf9d908d4bc350f3b942d0dd02f4883feef 100644
--- a/mash/app_driver/app_driver.h
+++ b/mash/app_driver/app_driver.h
@@ -38,7 +38,8 @@ 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,
+ const std::unique_ptr<ui::Event>& event) override;
void AddAccelerators();

Powered by Google App Engine
This is Rietveld 408576698