| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index 11fa7cc10c2eb79bdca56877368abf73eb5ced38..57d0e698ee1e6cfec5c7e7370be1218d3728b3ed 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -194,7 +194,7 @@ class WindowServer : public ServerWindowDelegate,
|
| void ProcessWindowReorder(const ServerWindow* window,
|
| const ServerWindow* relative_window,
|
| const mojom::OrderDirection direction);
|
| - void ProcessWindowDeleted(const ServerWindow* window);
|
| + void ProcessWindowDeleted(ServerWindow* window);
|
| void ProcessWillChangeWindowPredefinedCursor(ServerWindow* window,
|
| int32_t cursor_id);
|
|
|
|
|