| Index: ui/views/widget/native_widget_win.cc
 | 
| diff --git a/ui/views/widget/native_widget_win.cc b/ui/views/widget/native_widget_win.cc
 | 
| index 4f5f591c15403104034633b7ada376aa618159d8..ade20384d3c88694c563183e1927c6eca857bcc6 100644
 | 
| --- a/ui/views/widget/native_widget_win.cc
 | 
| +++ b/ui/views/widget/native_widget_win.cc
 | 
| @@ -1174,7 +1174,8 @@ gfx::Rect NativeWidgetWin::GetWorkAreaBoundsInScreen() const {
 | 
|  void NativeWidgetWin::SetInactiveRenderingDisabled(bool value) {
 | 
|  }
 | 
|  
 | 
| -Widget::MoveLoopResult NativeWidgetWin::RunMoveLoop() {
 | 
| +Widget::MoveLoopResult NativeWidgetWin::RunMoveLoop(
 | 
| +    const gfx::Point& drag_offset) {
 | 
|    ReleaseCapture();
 | 
|    MoveLoopMouseWatcher watcher(this);
 | 
|    SendMessage(hwnd(), WM_SYSCOMMAND, SC_MOVE | 0x0002, GetMessagePos());
 | 
| 
 |