| 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 904e8c1b5c3e9e55c537f0900913518d09e73587..628b0cc088cb44599cb9b71424f4fc01f405777b 100644
|
| --- a/ui/views/widget/native_widget_win.cc
|
| +++ b/ui/views/widget/native_widget_win.cc
|
| @@ -471,7 +471,7 @@ void NativeWidgetWin::SetInactiveRenderingDisabled(bool value) {
|
| }
|
|
|
| Widget::MoveLoopResult NativeWidgetWin::RunMoveLoop(
|
| - const gfx::Point& drag_offset) {
|
| + const gfx::Vector2d& drag_offset) {
|
| return message_handler_->RunMoveLoop(drag_offset) ?
|
| Widget::MOVE_LOOP_SUCCESSFUL : Widget::MOVE_LOOP_CANCELED;
|
| }
|
|
|