Index: components/mus/public/cpp/tests/window_server_test_base.h |
diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h |
index 996879fd94d818ebc243380fa9f5659985b4b063..1427ef2121335c8e0b9938a1b7143639b860922f 100644 |
--- a/components/mus/public/cpp/tests/window_server_test_base.h |
+++ b/components/mus/public/cpp/tests/window_server_test_base.h |
@@ -80,6 +80,7 @@ class WindowServerTestBase |
scoped_ptr<std::vector<uint8_t>>* new_data) override; |
Window* OnWmCreateTopLevelWindow( |
std::map<std::string, std::vector<uint8_t>>* properties) override; |
+ void OnAccelerator(uint32_t id, mojom::EventPtr event) override; |
// InterfaceFactory<WindowTreeClient>: |
void Create(mojo::ApplicationConnection* connection, |