| Index: services/ui/ws/window_server_test_base.h
|
| diff --git a/services/ui/ws/window_server_test_base.h b/services/ui/ws/window_server_test_base.h
|
| index c983761d2bc20b044694f2cd10604bdf66534e62..4107e5f7e118ac3a68b2f157f68a731ad1bb9ee1 100644
|
| --- a/services/ui/ws/window_server_test_base.h
|
| +++ b/services/ui/ws/window_server_test_base.h
|
| @@ -93,6 +93,7 @@ class WindowServerTestBase
|
| aura::Window* window,
|
| const std::string& name,
|
| std::unique_ptr<std::vector<uint8_t>>* new_data) override;
|
| + bool OnWmSetModalType(aura::Window* window, ui::ModalType type) override;
|
| void OnWmSetCanFocus(aura::Window* window, bool can_focus) override;
|
| aura::Window* OnWmCreateTopLevelWindow(
|
| ui::mojom::WindowType window_type,
|
|
|