| 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 47e6d57db6f4a543212b3b0be7de438266f343dd..98a08fa2c1d50c09a06d8c732e0be1bbfef64c0b 100644
|
| --- a/services/ui/ws/window_server_test_base.h
|
| +++ b/services/ui/ws/window_server_test_base.h
|
| @@ -117,6 +117,8 @@ class WindowServerTestBase
|
| aura::Window* window,
|
| const gfx::Insets& insets,
|
| const std::vector<gfx::Rect>& additional_client_areas) override;
|
| + bool IsWindowActive(aura::Window* window) override;
|
| + void OnWmDeactivateWindow(aura::Window* window) override;
|
|
|
| // InterfaceFactory<WindowTreeClient>:
|
| void Create(const service_manager::Identity& remote_identity,
|
|
|