| Index: components/mus/ws/connection_manager.h
|
| diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
|
| index 6927a85d833c0845fa72e16a6ae683097847ce06..0b733b58c285b66935e0e512a262116bdbabd42d 100644
|
| --- a/components/mus/ws/connection_manager.h
|
| +++ b/components/mus/ws/connection_manager.h
|
| @@ -174,6 +174,7 @@ class ConnectionManager : public ServerWindowDelegate,
|
| const ServerWindow* window,
|
| const gfx::Insets& new_client_area,
|
| const std::vector<gfx::Rect>& new_additional_client_areas);
|
| + void ProcessLostCapture(const ServerWindow* window);
|
| void ProcessViewportMetricsChanged(WindowTreeHostImpl* host,
|
| const mojom::ViewportMetrics& old_metrics,
|
| const mojom::ViewportMetrics& new_metrics);
|
|
|