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 ec60ef327b3383eb3ec5a03a51aef6730e01c7b4..c5b14f97a39b8f10f8129c922dbc721eca2f3632 100644 |
--- a/ui/views/widget/desktop_root_window_host_win.cc |
+++ b/ui/views/widget/desktop_root_window_host_win.cc |
@@ -264,7 +264,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; |
} |