| Index: components/mus/ws/connection_manager.h
|
| diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
|
| index c35b03bcaa8af9f848533fdde9c2ace37242afe3..da292d4a7c697efdadcaf55662e2a74f6aee949d 100644
|
| --- a/components/mus/ws/connection_manager.h
|
| +++ b/components/mus/ws/connection_manager.h
|
| @@ -274,6 +274,7 @@ class ConnectionManager : public ServerWindowDelegate,
|
| ServerWindow* relative,
|
| mojom::OrderDirection direction) override;
|
| void OnWillChangeWindowVisibility(ServerWindow* window) override;
|
| + void OnWindowVisibilityChanged(ServerWindow* window) override;
|
| void OnWindowSharedPropertyChanged(
|
| ServerWindow* window,
|
| const std::string& name,
|
|
|