diff options
Diffstat (limited to 'webkit/api/public/WebViewClient.h')
-rw-r--r-- | webkit/api/public/WebViewClient.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/api/public/WebViewClient.h b/webkit/api/public/WebViewClient.h index 70e1db0..e613cac 100644 --- a/webkit/api/public/WebViewClient.h +++ b/webkit/api/public/WebViewClient.h @@ -40,6 +40,7 @@ class WebView; // FIXME: Move into the WebKit namespace. namespace WebKit { + class WebAccessibilityObject; class WebDragData; class WebFileChooserCompletion; class WebFrame; @@ -238,6 +239,12 @@ namespace WebKit { virtual void didAddHistoryItem() = 0; + // Accessibility ------------------------------------------------------- + + // Notifies embedder that the focus has changed to the given + // accessibility object. + virtual void focusAccessibilityObject(const WebAccessibilityObject&) = 0; + // Developer tools ----------------------------------------------------- // Called to notify the client that the inspector's settings were |