| 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 993f0bc41c3f3084da6fd3b4ff7a7e9b9ccf3612..bc0e6fc8bbf1afe5f15dc5ee0a733e1c78884e0a 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -258,8 +258,6 @@ public:
|
| // refactor WebView to not inherit from WebWidget.
|
| // WebWidgetClient overrides.
|
| void closeWidgetSoon() override {}
|
| - void convertViewportToWindow(WebRect* rect) override {}
|
| - void convertWindowToViewport(WebFloatRect* rect) override {}
|
| void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) override {}
|
| void didOverscroll(const WebFloatSize& overscrollDelta, const WebFloatSize& accumulatedOverscroll, const WebFloatPoint& positionInViewport, const WebFloatSize& velocityInViewport) override {}
|
| void hasTouchEventHandlers(bool) override {}
|
|
|