Index: ash/shell/window_type_launcher.cc |
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc |
index 0153d1ca988229540f4e2ede8935ae7308ab8a55..63dde99431045ef14033d89900390c4369be8913 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(); |
} |