Index: mash/wm/window_manager.cc |
diff --git a/mash/wm/window_manager.cc b/mash/wm/window_manager.cc |
index c584979b36c1bf43fa5734dace49839ed8a23778..6e2ba5847668cf96539dce1cf744f5106c04351f 100644 |
--- a/mash/wm/window_manager.cc |
+++ b/mash/wm/window_manager.cc |
@@ -156,5 +156,9 @@ mus::Window* WindowManager::OnWmCreateTopLevelWindow( |
return NewTopLevelWindow(properties); |
} |
+void WindowManager::OnAccelerator(uint32_t id, mus::mojom::EventPtr event) { |
+ root_controller_->OnAccelerator(id, std::move(event)); |
+} |
+ |
} // namespace wm |
} // namespace mash |