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

Unified Diff: third_party/WebKit/public/web/WebView.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/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index d1e98a73a046492a29e73d1c92ed10729968869a..06dba327bf27f96500c35f0daa7061460de31e96 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -368,14 +368,6 @@ class WebView : protected WebWidget {
virtual WebHitTestResult hitTestResultForTap(const WebPoint& tapPoint,
const WebSize& tapArea) = 0;
- // Notifies the WebView that a drag has terminated.
- virtual void dragSourceEndedAt(const WebPoint& pointInViewport,
- const WebPoint& screenPoint,
- WebDragOperation operation) = 0;
-
- // Notfies the WebView that the system drag and drop operation has ended.
- virtual void dragSourceSystemDragEnded() = 0;
-
// Retrieves a list of spelling markers.
virtual void spellingMarkers(WebVector<uint32_t>* markers) = 0;
virtual void removeSpellingMarkersUnderWords(

Powered by Google App Engine
This is Rietveld 408576698