Index: ash/wm/workspace/frame_maximize_button.cc |
diff --git a/ash/wm/workspace/frame_maximize_button.cc b/ash/wm/workspace/frame_maximize_button.cc |
index 9a584c87685e448d8d67d7743755d24b224a7783..1a6f7b9300e00a0a7629877ae2909a2b99cc4ce8 100644 |
--- a/ash/wm/workspace/frame_maximize_button.cc |
+++ b/ash/wm/workspace/frame_maximize_button.cc |
@@ -388,7 +388,9 @@ void FrameMaximizeButton::UpdateSnap(const gfx::Point& location) { |
} |
if (!phantom_window_.get()) { |
phantom_window_.reset(new internal::PhantomWindowController( |
- frame_->GetWidget()->GetNativeWindow())); |
+ frame_->GetWidget()->GetNativeWindow(), |
+ NULL, |
+ internal::PhantomWindowController::STYLE_SHADOW)); |
} |
if (maximizer_.get()) { |
phantom_window_->set_phantom_below_window(maximizer_->GetBubbleWindow()); |