Chromium Code Reviews| Index: ui/views/widget/widget.h |
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
| index 490fa9acc2c22918d097d849de50aa15457ac23c..7a0ea01822a79cd8f1eb2fe68787466bf51417bd 100644 |
| --- a/ui/views/widget/widget.h |
| +++ b/ui/views/widget/widget.h |
| @@ -320,7 +320,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
| // Starts a nested message loop that moves the window. This can be used to |
| // start a window move operation from a mouse moved event. This returns when |
| // the move completes. |
| - MoveLoopResult RunMoveLoop(); |
| + MoveLoopResult RunMoveLoop(const gfx::Point& drag_offset); |
|
sky
2012/08/14 22:49:23
Document what drag_offset is.
|
| // Stops a previously started move loop. This is not immediate. |
| void EndMoveLoop(); |