| Index: webkit/api/public/WebViewClient.h
|
| ===================================================================
|
| --- webkit/api/public/WebViewClient.h (revision 30061)
|
| +++ webkit/api/public/WebViewClient.h (working copy)
|
| @@ -204,6 +204,9 @@
|
| // Called when hovering over an anchor with the given URL.
|
| virtual void setMouseOverURL(const WebURL&) = 0;
|
|
|
| + // Called when keyboard focus switches to an anchor with the given URL.
|
| + virtual void setKeyboardFocusURL(const WebURL&) = 0;
|
| +
|
| // Called when a tooltip should be shown at the current cursor position.
|
| virtual void setToolTipText(const WebString&, WebTextDirection hint) = 0;
|
|
|
|
|