| 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 a1c8ca917ed4c172b0e107924ad6b9f72dac0a46..f650cdb0677a3c512e7de70b1ae15389b6c6ad6c 100644
|
| --- a/ash/wm/workspace/frame_maximize_button.cc
|
| +++ b/ash/wm/workspace/frame_maximize_button.cc
|
| @@ -389,7 +389,7 @@ void FrameMaximizeButton::UpdateSnap(const gfx::Point& location,
|
| snap_sizer_->Update(LocationForSnapSizer(location));
|
| phantom_window_->Show(ScreenAsh::ConvertRectToScreen(
|
| frame_->GetWidget()->GetNativeView()->parent(),
|
| - snap_sizer_->target_bounds()), NULL);
|
| + snap_sizer_->target_bounds()));
|
| }
|
| return;
|
| }
|
| @@ -425,7 +425,7 @@ void FrameMaximizeButton::UpdateSnap(const gfx::Point& location,
|
| maximizer_->SetSnapType(snap_type_);
|
| }
|
| phantom_window_->Show(
|
| - ScreenBoundsForType(snap_type_, *snap_sizer_.get()), NULL);
|
| + ScreenBoundsForType(snap_type_, *snap_sizer_.get()));
|
| }
|
|
|
| SnapType FrameMaximizeButton::SnapTypeForLocation(
|
|
|