| 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 d8ccb0e60693d93bc6ef9565f658511b02bbdb09..beec5f7aebfde773e24c01530ad54fef49277b6e 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
|
|
|