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 fd17dd9b82dd588c49dc34f0ec57cc430bf070a3..fbfc86f0c517b99ccabbac36f2f005b1a3141b86 100644 |
--- a/components/mus/public/cpp/tests/window_server_test_base.h |
+++ b/components/mus/public/cpp/tests/window_server_test_base.h |
@@ -68,6 +68,7 @@ class WindowServerTestBase |
// WindowTreeDelegate: |
void OnEmbed(Window* root) override; |
void OnConnectionLost(WindowTreeConnection* connection) override; |
+ void OnEventObserved(const ui::Event& event) override; |
// WindowManagerDelegate: |
void SetWindowManagerClient(WindowManagerClient* client) override; |