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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.cpp

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/web/ChromeClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
index ad184bfc4e8c6db2cf67ebcb93854cceba6b4fc9..090f6e5da70115ab4e50ed0f2f899004dc1df187 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
@@ -1012,7 +1012,7 @@ void ChromeClientImpl::didCancelCompositionOnSelectionChange() {
m_webView->client()->didCancelCompositionOnSelectionChange();
}
-void ChromeClientImpl::willSetInputMethodState() {
+void ChromeClientImpl::resetInputMethod() {
if (m_webView->client())
m_webView->client()->resetInputMethod();
}

Powered by Google App Engine
This is Rietveld 408576698