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

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

Issue 2475443003: Drag-and-drop: Move startDrag out of WebView/RenderView. (Closed)
Patch Set: Removed unneeded declarations. 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698