| Index: third_party/WebKit/Source/core/editing/InputMethodController.h
 | 
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
 | 
| index 36ad611684de150b8d5eba50819a83bc2e63e6d5..b5f4254ccf25a7be602e16b58ffda3ed9a838a2a 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
 | 
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
 | 
| @@ -104,6 +104,7 @@ class CORE_EXPORT InputMethodController final
 | 
|    void deleteSurroundingTextInCodePoints(int before, int after);
 | 
|    WebTextInputInfo textInputInfo() const;
 | 
|    WebTextInputType textInputType() const;
 | 
| +  Element* nextFocusableElementInForm(Element*, WebFocusType) const;
 | 
|  
 | 
|    // Call this when we will change focus.
 | 
|    void willChangeFocus();
 | 
| @@ -161,6 +162,7 @@ class CORE_EXPORT InputMethodController final
 | 
|                                                         size_t textLength) const;
 | 
|    int textInputFlags() const;
 | 
|    WebTextInputMode inputModeOfFocusedElement() const;
 | 
| +  bool isListeningToKeyboardEvents(Element*) const;
 | 
|  
 | 
|    // Implements |SynchronousMutationObserver|.
 | 
|    void contextDestroyed(Document*) final;
 | 
| 
 |