| Index: webkit/glue/webview_impl.h
|
| ===================================================================
|
| --- webkit/glue/webview_impl.h (revision 16095)
|
| +++ webkit/glue/webview_impl.h (working copy)
|
| @@ -138,6 +138,9 @@
|
|
|
| WebCore::Frame* GetFocusedWebCoreFrame();
|
|
|
| + // Returns the currently focused Node or NULL if no node has focus.
|
| + WebCore::Node* GetFocusedNode();
|
| +
|
| static WebViewImpl* FromPage(WebCore::Page* page);
|
|
|
| WebViewDelegate* delegate() {
|
| @@ -285,9 +288,6 @@
|
| WebCore::HitTestResult HitTestResultForWindowPos(
|
| const WebCore::IntPoint& pos);
|
|
|
| - // Returns the currently focused Node or NULL if no node has focus.
|
| - WebCore::Node* GetFocusedNode();
|
| -
|
| // ImageResourceFetchers schedule via DownloadImage.
|
| std::set<ImageResourceFetcher*> image_fetchers_;
|
|
|
|
|