Index: content/shell/shell_aura.cc |
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc |
index fa5891485419cbdc17ab42601b30003c57f95c23..51ca6640e125a5f0c68044332a5e1693f7ce4200 100644 |
--- a/content/shell/shell_aura.cc |
+++ b/content/shell/shell_aura.cc |
@@ -293,6 +293,7 @@ void Shell::PlatformInitialize() { |
gfx::Screen::SetScreenInstance( |
gfx::SCREEN_TYPE_NATIVE, aura::CreateDesktopScreen()); |
#endif |
+ aura::client::SetStackingClient(stacking_client_); |
views_delegate_ = new ShellViewsDelegateAura(); |
} |