| 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 c3389570cdb07f16d4a8bf2ba1dc726d5c2efc61..09ea9e42303d8758f6d99fa2672f73bf6befea0c 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();
|
| }
|
|
|