| Index: ui/views/widget/x11_desktop_window_move_client.h
|
| diff --git a/ui/views/widget/x11_desktop_window_move_client.h b/ui/views/widget/x11_desktop_window_move_client.h
|
| index f80bce6f3a62eaebf80fc3c0f016d95378301dc1..9cb3a7ce8237ad950a7cc878d7d4281feeea5039 100644
|
| --- a/ui/views/widget/x11_desktop_window_move_client.h
|
| +++ b/ui/views/widget/x11_desktop_window_move_client.h
|
| @@ -36,7 +36,7 @@ class VIEWS_EXPORT X11DesktopWindowMoveClient
|
| // Overridden from aura::client::WindowMoveClient:
|
| virtual aura::client::WindowMoveResult RunMoveLoop(
|
| aura::Window* window,
|
| - const gfx::Point& drag_offset) OVERRIDE;
|
| + const gfx::Vector2d& drag_offset) OVERRIDE;
|
| virtual void EndMoveLoop() OVERRIDE;
|
|
|
| private:
|
| @@ -46,7 +46,7 @@ class VIEWS_EXPORT X11DesktopWindowMoveClient
|
| // Our cursor offset from the top left window origin when the drag
|
| // started. Used to calculate the window's new bounds relative to the current
|
| // location of the cursor.
|
| - gfx::Point window_offset_;
|
| + gfx::Vector2d window_offset_;
|
|
|
| base::Closure quit_closure_;
|
| };
|
|
|