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

Unified Diff: webkit/tools/test_shell/test_webview_delegate.h

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.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_webview_delegate.h
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h
index dffaa40f68193de11ed90ddecfd1a434d429e714..3991c70f30867fe60949c3eed885045091d9fa09 100644
--- a/webkit/tools/test_shell/test_webview_delegate.h
+++ b/webkit/tools/test_shell/test_webview_delegate.h
@@ -132,8 +132,9 @@ class TestWebViewDelegate : public WebKit::WebViewClient,
WebKit::WebFrame* frame, const WebKit::WebString& message);
virtual void setStatusText(const WebKit::WebString& text);
virtual void startDragging(
- const WebKit::WebDragData& data, WebKit::WebDragOperationsMask mask,
- const WebKit::WebImage& image, const WebKit::WebPoint& offset);
+ WebKit::WebFrame* frame, const WebKit::WebDragData& data,
+ WebKit::WebDragOperationsMask mask, const WebKit::WebImage& image,
+ const WebKit::WebPoint& offset);
virtual void navigateBackForwardSoon(int offset);
virtual int historyBackListCount();
virtual int historyForwardListCount();
« no previous file with comments | « webkit/plugins/webview_plugin.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698