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

Unified Diff: webkit/plugins/webview_plugin.cc

Issue 10392136: Add WebFrame pointer to WebViewClient::startDragging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months 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 | « webkit/plugins/webview_plugin.h ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webview_plugin.cc
diff --git a/webkit/plugins/webview_plugin.cc b/webkit/plugins/webview_plugin.cc
index a1d6b0abc6b590b8f5c62d6f553397812a4f23b4..8e3f94242b8a517c9476135756b3674779d2680e 100644
--- a/webkit/plugins/webview_plugin.cc
+++ b/webkit/plugins/webview_plugin.cc
@@ -194,7 +194,8 @@ void WebViewPlugin::setToolTipText(const WebKit::WebString& text,
container_->element().setAttribute("title", text);
}
-void WebViewPlugin::startDragging(const WebDragData&,
+void WebViewPlugin::startDragging(WebFrame*,
+ const WebDragData&,
WebDragOperationsMask,
const WebImage&,
const WebPoint&) {
« no previous file with comments | « webkit/plugins/webview_plugin.h ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698