| Index: content/shell/shell_aura.cc
|
| diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc
|
| index fa5891485419cbdc17ab42601b30003c57f95c23..16157b55f3af6104c01637f68c7aa4759f30364a 100644
|
| --- a/content/shell/shell_aura.cc
|
| +++ b/content/shell/shell_aura.cc
|
| @@ -290,6 +290,7 @@ void Shell::PlatformInitialize() {
|
| gfx::SCREEN_TYPE_NATIVE, new ash::ScreenAsh);
|
| #else
|
| stacking_client_ = new aura::DesktopStackingClient();
|
| + aura::client::SetStackingClient(stacking_client_);
|
| gfx::Screen::SetScreenInstance(
|
| gfx::SCREEN_TYPE_NATIVE, aura::CreateDesktopScreen());
|
| #endif
|
|
|