| 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 84f59dcff661dd2dbf1e4a599fad1864b3bea128..9be4c727bf0c805f4ff8a76768f3a577e6913bd3 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -559,8 +559,9 @@ bool NativeWidgetAura::IsAccessibleWidget() const {
|
| void NativeWidgetAura::RunShellDrag(View* view,
|
| const ui::OSExchangeData& data,
|
| const gfx::Point& location,
|
| - int operation) {
|
| - views::RunShellDrag(window_, data, location, operation);
|
| + int operation,
|
| + ui::DragDropTypes::DragEventSource source) {
|
| + views::RunShellDrag(window_, data, location, operation, source);
|
| }
|
|
|
| void NativeWidgetAura::SchedulePaintInRect(const gfx::Rect& rect) {
|
|
|