| Index: third_party/WebKit/public/web/WebViewClient.h
|
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
|
| index d56bbe9b811181e5055f66a65eb279cccb5e4dd2..0cafd7d3a78ee8221eb0764916781889fa09012b 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -273,6 +273,7 @@ class WebViewClient : protected WebWidgetClient {
|
| const WebFloatSize& velocityInViewport) override {}
|
| void hasTouchEventHandlers(bool) override {}
|
| WebLayerTreeView* initializeLayerTreeView() override { return nullptr; }
|
| + void resetInputMethod() override {}
|
| WebScreenInfo screenInfo() override { return WebScreenInfo(); }
|
| void setTouchAction(WebTouchAction touchAction) override {}
|
| void showVirtualKeyboard() override {}
|
|
|