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; |