Index: webkit/tools/test_shell/test_webview_delegate.h |
=================================================================== |
--- webkit/tools/test_shell/test_webview_delegate.h (revision 25321) |
+++ webkit/tools/test_shell/test_webview_delegate.h (working copy) |
@@ -102,7 +102,9 @@ |
unsigned int line_no, |
const std::wstring& source_id); |
virtual void StartDragging(WebView* webview, |
- const WebKit::WebDragData& drag_data); |
+ const WebKit::WebPoint &mouseCoords, |
+ const WebKit::WebDragData& drag_data, |
+ WebKit::WebDragOperationsMask operations_mask); |
virtual void ShowContextMenu(WebView* webview, |
ContextNodeType node_type, |
int x, |