| 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);
|
|
|