| Index: ui/views/widget/desktop_root_window_host.h
|
| diff --git a/ui/views/widget/desktop_root_window_host.h b/ui/views/widget/desktop_root_window_host.h
|
| index eedd3d9bdf4e0d2f8c5a6cdbc384706d572d5fc1..0f175d37f981ccb2bc30a00286c986937e2be815 100644
|
| --- a/ui/views/widget/desktop_root_window_host.h
|
| +++ b/ui/views/widget/desktop_root_window_host.h
|
| @@ -82,7 +82,8 @@ class VIEWS_EXPORT DesktopRootWindowHost {
|
|
|
| virtual void ClearNativeFocus() = 0;
|
|
|
| - virtual Widget::MoveLoopResult RunMoveLoop(const gfx::Point& drag_offset) = 0;
|
| + virtual Widget::MoveLoopResult RunMoveLoop(
|
| + const gfx::Vector2d& drag_offset) = 0;
|
| virtual void EndMoveLoop() = 0;
|
|
|
| virtual void SetVisibilityChangedAnimationsEnabled(bool value) = 0;
|
|
|