Index: ash/wm/shadow_controller.cc |
diff --git a/ash/wm/shadow_controller.cc b/ash/wm/shadow_controller.cc |
index 539596f9fd3020764d6d78cb9a7652f55f965ac3..6f5a530ee7b9c73f5d78d70fb57ec02d1104dc6d 100644 |
--- a/ash/wm/shadow_controller.cc |
+++ b/ash/wm/shadow_controller.cc |
@@ -25,6 +25,7 @@ namespace { |
ShadowType GetShadowTypeFromWindowType(aura::Window* window) { |
switch (window->type()) { |
case aura::client::WINDOW_TYPE_NORMAL: |
+ case aura::client::WINDOW_TYPE_PANEL: |
return CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kAuraTranslucentFrames) ? |
SHADOW_TYPE_NONE : SHADOW_TYPE_RECTANGULAR; |