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