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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.cpp

Issue 2517653003: Drag-and-drop across OOPIFs. (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/Source/web/ChromeClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
index 1c0863b2701d6fae04947915ccfb9fd934a45abf..0f7c13ce31c6d9ec55bb9c349e962872f7c94247 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
@@ -262,8 +262,7 @@ void ChromeClientImpl::startDragging(LocalFrame* frame,
const WebPoint& dragImageOffset) {
WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
WebReferrerPolicy policy = webFrame->document().referrerPolicy();
- m_webView->setDoingDragAndDrop(true);
- webFrame->localRoot()->frameWidget()->client()->startDragging(
+ webFrame->localRoot()->frameWidget()->startDragging(
policy, dragData, mask, dragImage, dragImageOffset);
}
« no previous file with comments | « third_party/WebKit/Source/core/page/DragController.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698