| Index: ui/views/widget/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_root_window_host_win.cc b/ui/views/widget/desktop_root_window_host_win.cc
|
| index 92b1c023206d63e0fd174d84caf3167fb5923b63..99611ec1374e4f59bc6f6bef274543b8be0ae568 100644
|
| --- a/ui/views/widget/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_root_window_host_win.cc
|
| @@ -253,7 +253,7 @@ void DesktopRootWindowHostWin::ClearNativeFocus() {
|
| }
|
|
|
| Widget::MoveLoopResult DesktopRootWindowHostWin::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;
|
| }
|
|
|