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

Unified Diff: ash/wm/default_window_resizer.h

Issue 10835047: Allow the cursor to warp even when a window is dragged (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: do not move modal windows to another display 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/default_window_resizer.h
diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
index ad8e2dfb48ec60a2ae2395c9f3195679dbe7c1b7..be9d1b1a547dbb98870cd150ddcb9b06f6a31483 100644
--- a/ash/wm/default_window_resizer.h
+++ b/ash/wm/default_window_resizer.h
@@ -32,7 +32,8 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
aura::Window* target_window() const { return details_.window; }
// WindowResizer overides:
- virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
+ virtual void Drag(const gfx::Point& location_in_screen,
sky 2012/08/02 23:28:31 Making this a screen coordinate is too error prone
Yusuke Sato 2012/08/03 01:52:11 Done.
+ int event_flags) OVERRIDE;
virtual void CompleteDrag(int event_flags) OVERRIDE;
virtual void RevertDrag() OVERRIDE;
« ash/shell.cc ('K') | « ash/shell.cc ('k') | ash/wm/default_window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698