| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| index 880aa5d69772c5da2e29402b1360b4982927e62a..68ac87073d52701eff25f43fadc5215c0269360a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| @@ -262,6 +262,9 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11
|
| // The operation bitfield as requested by StartDragAndDrop.
|
| int drag_operation_;
|
|
|
| + // The DragEventSource as reported by StartDragAndDrop.
|
| + ui::DragDropTypes::DragEventSource current_drag_event_source_;
|
| +
|
| // We offer the other window a list of possible operations,
|
| // XdndActionsList. This is the requested action from the other window. This
|
| // is DRAG_NONE if we haven't sent out an XdndPosition message yet, haven't
|
|
|