| Index: ui/views/widget/native_widget_aura.cc
|
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
|
| index a37ebd24311d1ff451e602a9463b045dd8235627..85fafe1d8bbae63aaf4bbfa8dc5f2f3c333fcb50 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -592,7 +592,7 @@ void NativeWidgetAura::SetInactiveRenderingDisabled(bool value) {
|
| }
|
|
|
| Widget::MoveLoopResult NativeWidgetAura::RunMoveLoop(
|
| - const gfx::Point& drag_offset) {
|
| + const gfx::Vector2d& drag_offset) {
|
| if (window_->parent() &&
|
| aura::client::GetWindowMoveClient(window_->parent())) {
|
| SetCapture();
|
|
|