Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 2177333002: Move setWindowRect and windowRect calls from WebViewClient to WebWidgetClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: switch to refs Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698