Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / base / dragdrop / drag_drop_types.h
index b626b5a..afa8f9e 100644 (file)
@@ -22,6 +22,7 @@ class UI_BASE_EXPORT DragDropTypes {
   enum DragEventSource {
     DRAG_EVENT_SOURCE_MOUSE,
     DRAG_EVENT_SOURCE_TOUCH,
+    DRAG_EVENT_SOURCE_LAST = DRAG_EVENT_SOURCE_TOUCH
   };
 
 #if defined(OS_WIN)