| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index da21f65f7554774fdc3dcc4be25bb288f496b379..9e8a43cfd2b8dd99918489203d68b35518727fed 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -223,6 +223,7 @@ class WindowServer : public ServerWindowDelegate,
|
| bool in_drag_loop() const { return !!current_drag_loop_; }
|
|
|
| void OnDisplayReady(Display* display, bool is_first);
|
| + void OnDisplayDestroyed(Display* display);
|
| void OnNoMoreDisplays();
|
| WindowManagerState* GetWindowManagerStateForUser(const UserId& user_id);
|
|
|
|
|