| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 63286ffb6a3ced8f598ecc5428f54c54ed352ec7..c9c04eb81664b582e082cb13c0d55d2745347305 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -753,6 +753,7 @@ void RootWindowController::Init(RootWindowType root_window_type) {
|
| shell->InitRootWindow(root_window);
|
|
|
| CreateContainers();
|
| + ShellPort::Get()->OnCreatedRootWindowContainers(this);
|
|
|
| CreateSystemWallpaper(root_window_type);
|
|
|
|
|