| Index: components/mus/ws/connection_manager_delegate.h
|
| diff --git a/components/mus/ws/connection_manager_delegate.h b/components/mus/ws/connection_manager_delegate.h
|
| index ce4fad4202a0369c77045cb9e55b00ba09db1d12..a777ecba122ef61481be987905c10cbf9e206aeb 100644
|
| --- a/components/mus/ws/connection_manager_delegate.h
|
| +++ b/components/mus/ws/connection_manager_delegate.h
|
| @@ -35,7 +35,7 @@ class ConnectionManagerDelegate {
|
| // Called once when the AcceleratedWidget of a Display is available.
|
| virtual void OnFirstDisplayReady();
|
|
|
| - virtual void OnNoMoreRootConnections() = 0;
|
| + virtual void OnNoMoreDisplays() = 0;
|
|
|
| // Creates a WindowTreeBinding in response to Embed() calls on the
|
| // ConnectionManager.
|
|
|