| 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 9cdd593d5672a4f3d0f8c849beed7193d1b01c46..3fef80fc3cce5d71ea108203c1180e4d69c268aa 100644
|
| --- a/ui/views/widget/native_widget_win.cc
|
| +++ b/ui/views/widget/native_widget_win.cc
|
| @@ -1177,7 +1177,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());
|
|
|