Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: content/browser/web_contents/web_contents_drag_win.h

Issue 14122008: Enable touch-initiated drag-drop work on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698