| Index: components/mus/public/cpp/tests/window_server_test_base.cc
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| index 3a08ed7da11c3a6e1903a2bdb4a12c8989020edd..0ca303eabbb8ab158f3f66bfbeb71484b14a1620 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.cc
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| @@ -120,6 +120,11 @@ Window* WindowServerTestBase::OnWmCreateTopLevelWindow(
|
| : nullptr;
|
| }
|
|
|
| +void WindowServerTestBase::OnAccelerator(uint32_t id, mojom::EventPtr event) {
|
| + if (window_manager_delegate_)
|
| + window_manager_delegate_->OnAccelerator(id, std::move(event));
|
| +}
|
| +
|
| void WindowServerTestBase::Create(
|
| mojo::ApplicationConnection* connection,
|
| mojo::InterfaceRequest<mojom::WindowTreeClient> request) {
|
|
|