Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index 48f1295e3e7d3d90f7a3a90104f7d04c2111d011..224d7b6c747a3e6c52f9bb2ed824c8f813b18465 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -331,7 +331,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
// the move completes. |drag_offset| is the offset from the top left corner |
// of the window to the point where the cursor is dragging, and is used to |
// offset the bounds of the window from the cursor. |
- MoveLoopResult RunMoveLoop(const gfx::Point& drag_offset); |
+ MoveLoopResult RunMoveLoop(const gfx::Vector2d& drag_offset); |
// Stops a previously started move loop. This is not immediate. |
void EndMoveLoop(); |