| Index: webkit/glue/webframe_impl.h
|
| ===================================================================
|
| --- webkit/glue/webframe_impl.h (revision 18701)
|
| +++ webkit/glue/webframe_impl.h (working copy)
|
| @@ -108,6 +108,8 @@
|
| virtual WebFrame* GetOpener() const;
|
| virtual WebFrame* GetParent() const;
|
| virtual WebFrame* GetTop() const;
|
| + virtual WebFrame* GetFirstChild() const;
|
| + virtual WebFrame* GetNextSibling() const;
|
| virtual WebFrame* GetChildFrame(const std::wstring& xpath) const;
|
| virtual WebView* GetView() const;
|
| virtual void GetForms(std::vector<WebKit::WebForm>* forms) const;
|
|
|