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

Unified Diff: third_party/WebKit/public/web/WebFrameWidget.h

Issue 2655463015: Correctly set dragLeave and dragEnd coords for OOPIF drag and drop (Closed)
Patch Set: Added checks for null RWH on drag end Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetBase.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameWidget.h
diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
index 5178df6d5a16ec36fa12db278141812b8dc7f7da..06ce1f3a40a383e7e3af9ef964101a9a886f6cd7 100644
--- a/third_party/WebKit/public/web/WebFrameWidget.h
+++ b/third_party/WebKit/public/web/WebFrameWidget.h
@@ -101,7 +101,8 @@ class WebFrameWidget : public WebWidget {
const WebPoint& screenPoint,
WebDragOperationsMask operationsAllowed,
int modifiers) = 0;
- virtual void dragTargetDragLeave() = 0;
+ virtual void dragTargetDragLeave(const WebPoint& pointInViewport,
+ const WebPoint& screenPoint) = 0;
virtual void dragTargetDrop(const WebDragData&,
const WebPoint& pointInViewport,
const WebPoint& screenPoint,
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetBase.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698