| 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 aa6b343b425191d748bc45d3cfe29d7f738cbd5f..41195fd3efaac32f15a34e1917ee28b8391b2f64 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -274,7 +274,6 @@ class WebViewClient : protected WebWidgetClient {
|
| WebLayerTreeView* initializeLayerTreeView() override { return nullptr; }
|
| WebScreenInfo screenInfo() override { return WebScreenInfo(); }
|
| void setTouchAction(WebTouchAction touchAction) override {}
|
| - void showVirtualKeyboardOnElementFocus() override {}
|
| void showUnhandledTapUIIfNeeded(const WebPoint& tappedPosition,
|
| const WebNode& tappedNode,
|
| bool pageChanged) override {}
|
|
|