| Index: webkit/glue/webview_impl.h
|
| ===================================================================
|
| --- webkit/glue/webview_impl.h (revision 29289)
|
| +++ webkit/glue/webview_impl.h (working copy)
|
| @@ -57,7 +57,6 @@
|
| class AutocompletePopupMenuClient;
|
| class SearchableFormData;
|
| class WebHistoryItemImpl;
|
| -class WebDevToolsAgent;
|
| class WebDevToolsAgentImpl;
|
| class WebViewDelegate;
|
|
|
| @@ -137,6 +136,7 @@
|
| virtual void inspectElementAt(const WebKit::WebPoint& point);
|
| virtual WebKit::WebString inspectorSettings() const;
|
| virtual void setInspectorSettings(const WebKit::WebString& settings);
|
| + virtual WebKit::WebDevToolsAgent* devToolsAgent();
|
| virtual WebKit::WebAccessibilityObject accessibilityObject();
|
| virtual void applyAutofillSuggestions(
|
| const WebKit::WebNode&,
|
| @@ -146,7 +146,6 @@
|
|
|
| // WebView methods:
|
| virtual void SetIgnoreInputEvents(bool new_value);
|
| - virtual WebDevToolsAgent* GetWebDevToolsAgent();
|
| WebDevToolsAgentImpl* GetWebDevToolsAgentImpl();
|
|
|
| // WebViewImpl
|
| @@ -247,10 +246,6 @@
|
| void HideAutoCompletePopup();
|
| void AutoCompletePopupDidHide();
|
|
|
| - // Converts |x|, |y| from window coordinates to contents coordinates and gets
|
| - // the underlying Node for them.
|
| - WebCore::Node* GetNodeForWindowPos(int x, int y);
|
| -
|
| #if ENABLE(NOTIFICATIONS)
|
| // Returns the provider of desktop notifications.
|
| WebKit::NotificationPresenterImpl* GetNotificationPresenter();
|
|
|