| 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 dafb9ea9bf6b5e8204499e74bdd5a62e7b65575a..141b393f5df0f0d9157fbf0ae2ad0243e1b7dff4 100644 | 
| --- a/third_party/WebKit/Source/core/page/FocusController.h | 
| +++ b/third_party/WebKit/Source/core/page/FocusController.h | 
| @@ -82,6 +82,7 @@ class CORE_EXPORT FocusController final | 
| LocalFrame* to, | 
| InputDeviceCapabilities* source_capabilities = nullptr); | 
| Element* FindFocusableElementInShadowHost(const Element& shadow_host); | 
| +  Element* NextFocusableElementInForm(Element*, WebFocusType); | 
|  | 
| bool SetFocusedElement(Element*, Frame*, const FocusParams&); | 
| // |setFocusedElement| variant with SelectionBehaviorOnFocus::None, | 
|  |