| Index: ui/views/widget/native_widget_win.cc
|
| diff --git a/ui/views/widget/native_widget_win.cc b/ui/views/widget/native_widget_win.cc
|
| index 0692f0d7b89de5491aa3a474461e73f110bfe8f7..ddda1c8361121b5807da9d4cc091ea7dd720a1a7 100644
|
| --- a/ui/views/widget/native_widget_win.cc
|
| +++ b/ui/views/widget/native_widget_win.cc
|
| @@ -447,8 +447,9 @@ bool NativeWidgetWin::IsAccessibleWidget() const {
|
| void NativeWidgetWin::RunShellDrag(View* view,
|
| const ui::OSExchangeData& data,
|
| const gfx::Point& location,
|
| - int operation) {
|
| - views::RunShellDrag(NULL, data, location, operation);
|
| + int operation,
|
| + ui::DragDropTypes::DragEventSource source) {
|
| + views::RunShellDrag(NULL, data, location, operation, source);
|
| }
|
|
|
| void NativeWidgetWin::SchedulePaintInRect(const gfx::Rect& rect) {
|
|
|