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

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

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/page/FocusController.h
diff --git a/third_party/WebKit/Source/core/page/FocusController.h b/third_party/WebKit/Source/core/page/FocusController.h
index fbe594a847e5c0952411e8b36499b3e98e00ed01..242699f4cf619fe9114af8b9e86a1e626b3bf604 100644
--- a/third_party/WebKit/Source/core/page/FocusController.h
+++ b/third_party/WebKit/Source/core/page/FocusController.h
@@ -83,6 +83,8 @@ class CORE_EXPORT FocusController final
InputDeviceCapabilities* sourceCapabilities = nullptr);
Element* findFocusableElementInShadowHost(const Element& shadowHost);
+ Element* findFocusableElement(WebFocusType, Element&);
+
bool setFocusedElement(Element*, Frame*, const FocusParams&);
// |setFocusedElement| variant with SelectionBehaviorOnFocus::None,
// |WebFocusTypeNone, and null InputDeviceCapabilities.
@@ -101,8 +103,6 @@ class CORE_EXPORT FocusController final
private:
explicit FocusController(Page*);
- Element* findFocusableElement(WebFocusType, Element&);
-
bool advanceFocus(WebFocusType,
bool initialFocus,
InputDeviceCapabilities* sourceCapabilities = nullptr);

Powered by Google App Engine
This is Rietveld 408576698