| Index: ash/shell_port.h
|
| diff --git a/ash/shell_port.h b/ash/shell_port.h
|
| index db553d2cbe0249c59b86eb3fca87113b9f373a36..ea1ea9c4d986c6a447dd3f662fb82906741efe6b 100644
|
| --- a/ash/shell_port.h
|
| +++ b/ash/shell_port.h
|
| @@ -212,6 +212,11 @@ class ASH_EXPORT ShellPort {
|
| virtual std::unique_ptr<AshWindowTreeHost> CreateAshWindowTreeHost(
|
| const AshWindowTreeHostInitParams& init_params) = 0;
|
|
|
| + // Called after the containers of |root_window_controller| have been created.
|
| + // Allows ShellPort to install any additional state on the containers.
|
| + virtual void OnCreatedRootWindowContainers(
|
| + RootWindowController* root_window_controller) = 0;
|
| +
|
| protected:
|
| ShellPort();
|
|
|
|
|