| 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 11d980e89a6250fd8cc4a10933d6ccef31805e9e..3904536ac128f7d999cd28c087713040060ce216 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1023,9 +1023,9 @@ void ChromeClientImpl::resetInputMethod() {
|
| m_webView->client()->resetInputMethod();
|
| }
|
|
|
| -void ChromeClientImpl::showVirtualKeyboard() {
|
| +void ChromeClientImpl::showVirtualKeyboardOnElementFocus() {
|
| if (m_webView->client())
|
| - m_webView->client()->showVirtualKeyboard();
|
| + m_webView->client()->showVirtualKeyboardOnElementFocus();
|
| }
|
|
|
| void ChromeClientImpl::showUnhandledTapUIIfNeeded(
|
|
|