| 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 55b1cb70555e8ece808ddec7704294c2b217a51a..aa6b343b425191d748bc45d3cfe29d7f738cbd5f 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -272,7 +272,6 @@ 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 showVirtualKeyboardOnElementFocus() override {}
|
|
|