| Index: third_party/WebKit/public/web/WebViewClient.h
|
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
|
| index 34572145869853c9d00d5708b729e351e764ca08..dd2c49a547ba421a4cbe71feb1cdcf4cff1d0be3 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef WebViewClient_h
|
| #define WebViewClient_h
|
|
|
| -#include "../platform/WebDragOperation.h"
|
| #include "../platform/WebPageVisibilityState.h"
|
| #include "../platform/WebString.h"
|
| #include "WebAXEnums.h"
|
| @@ -44,10 +43,8 @@ namespace blink {
|
|
|
| class WebAXObject;
|
| class WebDateTimeChooserCompletion;
|
| -class WebDragData;
|
| class WebFileChooserCompletion;
|
| class WebHitTestResult;
|
| -class WebImage;
|
| class WebNode;
|
| class WebSpeechRecognizer;
|
| class WebStorageNamespace;
|
| @@ -160,13 +157,6 @@ class WebViewClient : protected WebWidgetClient {
|
| // Called when keyboard focus switches to an anchor with the given URL.
|
| virtual void setKeyboardFocusURL(const WebURL&) {}
|
|
|
| - // Called when a drag-n-drop operation should begin.
|
| - virtual void startDragging(WebLocalFrame*,
|
| - const WebDragData&,
|
| - WebDragOperationsMask,
|
| - const WebImage&,
|
| - const WebPoint& dragImageOffset) {}
|
| -
|
| // Called to determine if drag-n-drop operations may initiate a page
|
| // navigation.
|
| virtual bool acceptsLoadDrops() { return true; }
|
|
|