| 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 4d97dd4fe1ebd34bdbeeeac89af4cd4896ee61fe..601ce8201301b338fd3803b2abdbcb5f73fdc3f0 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();
|
| @@ -162,6 +163,7 @@ class CORE_EXPORT InputMethodController final
|
| size_t text_length) const;
|
| int TextInputFlags() const;
|
| WebTextInputMode InputModeOfFocusedElement() const;
|
| + bool IsListeningToKeyboardEvents(Element*) const;
|
|
|
| // Implements |SynchronousMutationObserver|.
|
| void ContextDestroyed(Document*) final;
|
|
|