Index: content/shell/shell_aura.cc |
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc |
index 47fedebbef5df8af637eee3a050733bae7126cce..235cdd96e8b188acaedae26714177de70d35d7e1 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, views::CreateDesktopScreen()); |
#endif |
+ aura::client::SetStackingClient(stacking_client_); |
views_delegate_ = new ShellViewsDelegateAura(); |
} |