| 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 47ddf853f58033602ad7902f095aead1442707c8..007f47b1bc33940f7bc05d48811187c796615c83 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1011,9 +1011,9 @@ void ChromeClientImpl::resetInputMethod() {
|
| m_webView->client()->resetInputMethod();
|
| }
|
|
|
| -void ChromeClientImpl::showImeIfNeeded() {
|
| +void ChromeClientImpl::showVirtualKeyboard() {
|
| if (m_webView->client())
|
| - m_webView->client()->showImeIfNeeded();
|
| + m_webView->client()->showVirtualKeyboard();
|
| }
|
|
|
| void ChromeClientImpl::showUnhandledTapUIIfNeeded(
|
|
|