Index: mash/wm/window_manager.cc |
diff --git a/mash/wm/window_manager.cc b/mash/wm/window_manager.cc |
index 707daa2727e42c05a4c971a302b803eb20f4b3f9..d6ff95fc539f8e77a221bd5f2b41faef6dbf4f71 100644 |
--- a/mash/wm/window_manager.cc |
+++ b/mash/wm/window_manager.cc |
@@ -161,7 +161,7 @@ mus::Window* WindowManager::OnWmCreateTopLevelWindow( |
return NewTopLevelWindow(properties); |
} |
-void WindowManager::OnAccelerator(uint32_t id, mus::mojom::EventPtr event) { |
+void WindowManager::OnAccelerator(uint32_t id, const ui::Event& event) { |
root_controller_->OnAccelerator(id, std::move(event)); |
} |