Index: webkit/glue/webview.h |
=================================================================== |
--- webkit/glue/webview.h (revision 26446) |
+++ webkit/glue/webview.h (working copy) |
@@ -248,6 +248,9 @@ |
virtual void SetSpellingPanelVisibility(bool is_visible) = 0; |
virtual bool GetSpellingPanelVisibility() = 0; |
+ virtual void SetTabsToLinks(bool enable) = 0; |
+ virtual bool GetTabsToLinks() const = 0; |
darin (slow to review)
2009/09/17 19:24:54
hmm... only the setter is really needed on the int
|
+ |
// Performs an action from a context menu for the node at the given |
// location. |
virtual void MediaPlayerActionAt(int x, |