| Index: ui/views/widget/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_native_widget_aura.cc b/ui/views/widget/desktop_native_widget_aura.cc
|
| index 085ff4e8ae9da3c86d57099695a1e0272b1961bb..ee5a4b1cfee7a64001d8b5e7882e3a5f43638f3c 100644
|
| --- a/ui/views/widget/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_native_widget_aura.cc
|
| @@ -371,7 +371,8 @@ bool DesktopNativeWidgetAura::IsAccessibleWidget() const {
|
| void DesktopNativeWidgetAura::RunShellDrag(View* view,
|
| const ui::OSExchangeData& data,
|
| const gfx::Point& location,
|
| - int operation) {
|
| + int operation,
|
| + ui::DragDropTypes::DragEventSource source) {
|
| }
|
|
|
| void DesktopNativeWidgetAura::SchedulePaintInRect(const gfx::Rect& rect) {
|
|
|