Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodController.h

Issue 2561543003: Move call path for resetInputMethod (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698