Index: ash/wm/drag_window_controller.cc |
diff --git a/ash/wm/drag_window_controller.cc b/ash/wm/drag_window_controller.cc |
index a42fd69d765f35f8d6d58caa2670458bb3335598..7811cb9858664ff56e6462f3ba5f2e791a3ba843 100644 |
--- a/ash/wm/drag_window_controller.cc |
+++ b/ash/wm/drag_window_controller.cc |
@@ -93,7 +93,7 @@ class DragWindowController::DragWindowDetails : public aura::WindowDelegate { |
drag_window_->SetProperty(aura::client::kAnimationsDisabledKey, true); |
container->AddChild(drag_window_); |
drag_window_->SetBounds(bounds_in_screen); |
- SetShadowType(drag_window_, ::wm::SHADOW_TYPE_RECTANGULAR); |
+ SetShadowElevation(drag_window_, ::wm::ShadowElevation::LARGE); |
RecreateWindowLayers(original_window); |
layer_owner_->root()->SetVisible(true); |