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

Unified Diff: Source/core/page/FocusController.h

Issue 939603002: Adding support for Smart GO NEXT feature in Android Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed the review comments and reused FocusController function for Navigation. Created 5 years, 8 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 | « no previous file | Source/core/page/FocusController.cpp » ('j') | Source/core/page/FocusController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FocusController.h
diff --git a/Source/core/page/FocusController.h b/Source/core/page/FocusController.h
index d2fc08fd98862f475af4d5f5754f954bc639365e..84185413f3980885c87fad1aed43e3dfb8c64e07 100644
--- a/Source/core/page/FocusController.h
+++ b/Source/core/page/FocusController.h
@@ -59,6 +59,7 @@ public:
bool setInitialFocus(WebFocusType);
bool advanceFocus(WebFocusType type) { return advanceFocus(type, false); }
Node* findFocusableNode(WebFocusType, Node&);
+ Node* findFocusableNode(WebFocusType, Node*, Node&);
bool setFocusedElement(Element*, PassRefPtrWillBeRawPtr<Frame>, WebFocusType = WebFocusTypeNone);
« no previous file with comments | « no previous file | Source/core/page/FocusController.cpp » ('j') | Source/core/page/FocusController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698