Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: webkit/glue/webview_impl.h

Issue 115374: Adds propagation and handling of render-side focus events, for the benefit of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« webkit/glue/webaccessibilitymanager_impl.cc ('K') | « webkit/glue/webview_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698