| 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 2ed70d2a83764c5124a9d55c59552cd344b4aa2a..9c66c1736a27a472f0954a5f73b2d15934e217ec 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -608,7 +608,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();
|
|
|