| 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 bd80104e9ac388b7f4158f4ab523d0a80ad215b2..c4e2b44b8e05409dcf3d7ba9ae70824261e2ada0 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -143,8 +143,8 @@ class WebWidgetClient {
|
| // the embedder of the touch actions that are permitted for this touch.
|
| virtual void setTouchAction(WebTouchAction touchAction) {}
|
|
|
| - // Request the browser to show the IME for current input type.
|
| - virtual void showImeIfNeeded() {}
|
| + // Request the browser to show virtual keyboard for current input type.
|
| + virtual void showVirtualKeyboard() {}
|
|
|
| // Request that the browser show a UI for an unhandled tap, if needed.
|
| // Invoked during the handling of a GestureTap input event whenever the
|
|
|