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 d8bd02379cb406f83a1a4db574d7d8d184e19290..860bd5e9321133213b27d1ebf6fc6d1176a4a418 100644 |
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
@@ -103,6 +103,9 @@ class CORE_EXPORT InputMethodController final |
WebTextInputInfo textInputInfo() const; |
WebTextInputType textInputType() const; |
+ // Call this when we will change focus to |newElement|. |
+ void willChangeFocusTo(Element* newElement); |
+ |
private: |
Document& document() const; |
bool isAvailable() const; |