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