Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index 3c382eb08f48c98d55a320c7b65421aedab7f2e1..1208585fa4fd423baeef85936fe506a010d57418 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -452,7 +452,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
void RunShellDrag(View* view, |
const ui::OSExchangeData& data, |
const gfx::Point& location, |
- int operation); |
+ int operation, |
+ ui::DragDropTypes::DragEventSource source); |
// Returns the view that requested the current drag operation via |
// RunShellDrag(), or NULL if there is no such view or drag operation. |