| 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 b8b7b94412c6c63aa89c0995ef5c979c3774d246..11d980e89a6250fd8cc4a10933d6ccef31805e9e 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1018,6 +1018,11 @@ void ChromeClientImpl::didCancelCompositionOnSelectionChange() {
|
| m_webView->client()->didCancelCompositionOnSelectionChange();
|
| }
|
|
|
| +void ChromeClientImpl::resetInputMethod() {
|
| + if (m_webView->client())
|
| + m_webView->client()->resetInputMethod();
|
| +}
|
| +
|
| void ChromeClientImpl::showVirtualKeyboard() {
|
| if (m_webView->client())
|
| m_webView->client()->showVirtualKeyboard();
|
|
|