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

Unified Diff: third_party/WebKit/WebKit/chromium/public/WebDocument.h

Issue 660137: Allow users to close the find session and activate the current link via ctrl-... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « chrome/test/data/find_in_page/link.html ('k') | third_party/WebKit/WebKit/chromium/public/WebNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/WebKit/chromium/public/WebDocument.h
===================================================================
--- third_party/WebKit/WebKit/chromium/public/WebDocument.h (revision 55709)
+++ third_party/WebKit/WebKit/chromium/public/WebDocument.h (working copy)
@@ -72,6 +72,7 @@
WEBKIT_API WebElement getElementById(const WebString& id) const;
WEBKIT_API WebNodeList getElementsByTagName(const WebString&);
WEBKIT_API WebString applicationID() const;
+ WEBKIT_API WebNode focusedNode() const;
#if WEBKIT_IMPLEMENTATION
WebDocument(const WTF::PassRefPtr<WebCore::Document>&);
« no previous file with comments | « chrome/test/data/find_in_page/link.html ('k') | third_party/WebKit/WebKit/chromium/public/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698