| 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 60ac185aaca6cf916239fdeee79ba0c63cd583d8..5d9ec6cd544077f7af743e1da04b86679456b625 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -146,8 +146,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
|
|
|