| 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 b7ffb301c9c5b4611217deb21006f1c7de07f22a..05ecba4c2c85eab7e30ae83de8c326735fb6da82 100644
|
| --- a/content/browser/web_contents/web_contents_drag_win.h
|
| +++ b/content/browser/web_contents/web_contents_drag_win.h
|
| @@ -91,6 +91,9 @@ 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_;
|
|
|
|
|