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..720196527424e42a12bec374795b9fa621c9f5e9 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. |
+ void willChangeFocus(); |
+ |
private: |
Document& document() const; |
bool isAvailable() const; |