Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: ui/views/widget/widget.h

Issue 10828133: Desktop Aura: Allow tab drags out of window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make sure we have a valid system location Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698