Index: content/browser/web_contents/web_contents_drag_win.h |
diff --git a/content/browser/web_contents/web_contents_drag_win.h b/content/browser/web_contents/web_contents_drag_win.h |
index 12f07cc43a62e1b71000003bc69f49f988be4e7b..5e7a52297c9a631c172db4c1193b9c12c8b60a7e 100644 |
--- a/content/browser/web_contents/web_contents_drag_win.h |
+++ b/content/browser/web_contents/web_contents_drag_win.h |
@@ -88,6 +88,10 @@ class CONTENT_EXPORT WebContentsDragWin |
void EndDragging(); |
void CloseThread(); |
+ |
+ // Programmatically send mouse down event for touch-initiated drag and drop. |
+ void SendMouseEventForTouchDnD(); |
+ |
// For debug check only. Access only on drag-and-drop thread. |
base::PlatformThreadId drag_drop_thread_id_; |