| 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(
|
|
|