summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r--webkit/glue/webview_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index c511e7b..ed0dbce 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -37,6 +37,7 @@ class Widget;
class AutocompletePopupMenuClient;
class ImageResourceFetcher;
class SearchableFormData;
+class ToolsProxy;
struct WebDropData;
class WebHistoryItemImpl;
class WebKeyboardEvent;
@@ -89,6 +90,7 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> {
virtual void CopyImageAt(int x, int y);
virtual void InspectElement(int x, int y);
virtual void ShowJavaScriptConsole();
+ virtual void SetUpToolsProxy(ToolsProxy* tools_proxy);
virtual void DragSourceEndedAt(
int client_x, int client_y, int screen_x, int screen_y);
virtual void DragSourceMovedTo(