| Index: third_party/WebKit/public/web/WebWidgetClient.h
|
| diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
|
| index c4e2b44b8e05409dcf3d7ba9ae70824261e2ada0..1cc46a4e759076592315891a73afc0579c55d495 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -144,7 +144,7 @@ class WebWidgetClient {
|
| virtual void setTouchAction(WebTouchAction touchAction) {}
|
|
|
| // Request the browser to show virtual keyboard for current input type.
|
| - virtual void showVirtualKeyboard() {}
|
| + virtual void showVirtualKeyboardOnElementFocus() {}
|
|
|
| // Request that the browser show a UI for an unhandled tap, if needed.
|
| // Invoked during the handling of a GestureTap input event whenever the
|
|
|