| Index: ash/wm/shadow_controller.cc
|
| diff --git a/ash/wm/shadow_controller.cc b/ash/wm/shadow_controller.cc
|
| index caae9aefbcf9702a9eb722d08fcf2481cecbf77c..52de1ce97840f03866b283e4d95c518e80e7e7bd 100644
|
| --- a/ash/wm/shadow_controller.cc
|
| +++ b/ash/wm/shadow_controller.cc
|
| @@ -26,10 +26,6 @@ namespace internal {
|
| namespace {
|
|
|
| ShadowType GetShadowTypeFromWindow(aura::Window* window) {
|
| - // No shadow for transparent window.
|
| - if (window->transparent())
|
| - return SHADOW_TYPE_NONE;
|
| -
|
| switch (window->type()) {
|
| case aura::client::WINDOW_TYPE_NORMAL:
|
| case aura::client::WINDOW_TYPE_PANEL:
|
|
|