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

Unified Diff: content/renderer/render_view_impl.cc

Issue 12086095: Fixed drag and drop into and out of Browser Plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Re-disabled when command line flag not present. Created 7 years, 11 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/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index faa04ba4181f24b31c9c136f8b912f6903604782..4609919c7f4df828c2ad8d3c154e90478449f999 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -5275,6 +5275,7 @@ void RenderViewImpl::OnDragSourceEndedOrMoved(const gfx::Point& client_point,
void RenderViewImpl::OnDragSourceSystemDragEnded() {
webview()->dragSourceSystemDragEnded();
+ Send(new DragHostMsg_DragStopped(routing_id_));
Fady Samuel 2013/02/01 14:59:28 What's going on here? This changes impacts all ren
mthiesse 2013/02/01 15:43:54 Well that's the point of using a new message; it w
}
void RenderViewImpl::OnUpdateWebPreferences(const WebPreferences& prefs) {
« content/common/drag_messages.h ('K') | « content/renderer/browser_plugin/browser_plugin.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698