| 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 a2a72e503972b6afcc83c3bce3ac872f7884dc61..e4a6e656904dedf52046145c7b56ce9c259f3fb2 100644
|
| --- a/services/ui/ws/window_server_test_base.h
|
| +++ b/services/ui/ws/window_server_test_base.h
|
| @@ -94,6 +94,7 @@ class WindowServerTestBase
|
| aura::Window* window,
|
| const std::string& name,
|
| std::unique_ptr<std::vector<uint8_t>>* new_data) override;
|
| + void OnWmSetCanFocus(aura::Window* window, bool can_focus) override;
|
| aura::Window* OnWmCreateTopLevelWindow(
|
| ui::mojom::WindowType window_type,
|
| std::map<std::string, std::vector<uint8_t>>* properties) override;
|
|
|