Index: ui/base/dragdrop/drag_drop_types.h |
diff --git a/ui/base/dragdrop/drag_drop_types.h b/ui/base/dragdrop/drag_drop_types.h |
index 26befc5e4608fe0fba91c38798ab5bd806e183c6..821aaf413fda8c3175c7e587fe02ac94c9744812 100644 |
--- a/ui/base/dragdrop/drag_drop_types.h |
+++ b/ui/base/dragdrop/drag_drop_types.h |
@@ -19,6 +19,11 @@ class UI_EXPORT DragDropTypes { |
DRAG_LINK = 1 << 2 |
}; |
+ enum DragEventSource { |
+ DRAG_EVENT_SOURCE_MOUSE, |
+ DRAG_EVENT_SOURCE_TOUCH, |
+ }; |
+ |
#if defined(OS_WIN) |
static uint32 DragOperationToDropEffect(int drag_operation); |
static int DropEffectToDragOperation(uint32 effect); |