| 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();
|
| }
|
|
|