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

Unified Diff: ash/wm/window_resizer.h

Issue 10834097: Allow the user to drag a window from one display to another (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 5 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: ash/wm/window_resizer.h
diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
index e3d263e500b77d243b047e7e35f09218c28a5d9e..37cd7fb0f99635bd6192cd0fdc381f6293150dce 100644
--- a/ash/wm/window_resizer.h
+++ b/ash/wm/window_resizer.h
@@ -91,7 +91,7 @@ class ASH_EXPORT WindowResizer {
static gfx::Rect CalculateBoundsForDrag(
const Details& details,
- const gfx::Point& location,
+ const gfx::Point& location_in_screen,
int grid_size);
static gfx::Rect AdjustBoundsToGrid(const gfx::Rect& bounds,

Powered by Google App Engine
This is Rietveld 408576698