summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/window_type_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
index 0153d1c..63dde99 100644
--- a/ash/shell/window_type_launcher.cc
+++ b/ash/shell/window_type_launcher.cc
@@ -171,7 +171,7 @@ void InitWindowTypeLauncher() {
gfx::Rect(120, 150, 400, 400));
widget->GetNativeView()->SetName("WindowTypeLauncher");
ash::internal::SetShadowType(widget->GetNativeView(),
- ash::internal::SHADOW_TYPE_NONE);
+ ash::internal::SHADOW_TYPE_RECTANGULAR);
widget->Show();
}