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 ff54b8041ccffa75bb424ffc5556ea4e8c9ed47e..996b7730254c8e210de0247b914af84f4f6cb0b6 100644 |
--- a/third_party/WebKit/public/web/WebViewClient.h |
+++ b/third_party/WebKit/public/web/WebViewClient.h |
@@ -271,11 +271,9 @@ public: |
WebScreenInfo screenInfo() override { return WebScreenInfo(); } |
void setToolTipText(const WebString&, WebTextDirection hint) override {} |
void setTouchAction(WebTouchAction touchAction) override {} |
- void setWindowRect(const WebRect&) override {} |
void showImeIfNeeded() override {} |
void showUnhandledTapUIIfNeeded(const WebPoint& tappedPosition, const WebNode& tappedNode, bool pageChanged) override {} |
void show(WebNavigationPolicy) override {} |
- WebRect windowRect() override { return WebRect(); } |
WebRect windowResizerRect() override { return WebRect(); } |
virtual WebWidgetClient* widgetClient() { return this; } |