diff options
Diffstat (limited to 'webkit/api/public/WebView.h')
-rw-r--r-- | webkit/api/public/WebView.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/webkit/api/public/WebView.h b/webkit/api/public/WebView.h index 7904f95e..bf7896d 100644 --- a/webkit/api/public/WebView.h +++ b/webkit/api/public/WebView.h @@ -188,12 +188,13 @@ namespace WebKit { // point. virtual void inspectElementAt(const WebPoint&) = 0; + // Settings used by the inspector. + virtual WebString inspectorSettings() const = 0; + virtual void setInspectorSettings(const WebString&) = 0; + // FIXME what about: - // StoreFocusForFrame - // DownloadImage - // Get/SetDelegate - // InsertText -> should move to WebTextInput + // GetDelegate // AutofillSuggestionsForNode // HideAutofillPopup |