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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetBase.h

Issue 2501213002: Drag-and-drop: dragSourceEndedAt, dragSourceSystemDragEnded (Closed)
Patch Set: Rebased. Added check for !GetWebWidget(). 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/WebFrameWidgetBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
index 9ac911003f6b36d6e6adf2cfae3fccbce523b58a..ccd3ebb6016f7051a924bf0b3aef8b5167069016 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
@@ -59,6 +59,10 @@ class WebFrameWidgetBase : public WebFrameWidget {
const WebPoint& pointInViewport,
const WebPoint& screenPoint,
int modifiers) override;
+ void dragSourceEndedAt(const WebPoint& pointInViewport,
+ const WebPoint& screenPoint,
+ WebDragOperation) override;
+ void dragSourceSystemDragEnded() override;
protected:
enum DragAction { DragEnter, DragOver };

Powered by Google App Engine
This is Rietveld 408576698