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

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

Issue 2395393003: Remove grow box rect support, renderer part. (Closed)
Patch Set: rebase Created 4 years, 2 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/public/web/WebView.h ('k') | third_party/WebKit/public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index d986d3fdfce869d50764a002232bb536f4b6461c..9aaff92215899fec7b37787c78686286bf73974c 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -235,12 +235,6 @@ class WebWidget {
// reasons such as the user exiting lock, window focus changing, etc.
virtual void didLosePointerLock() {}
- // Informs the WebWidget that the resizer rect changed. Happens for example
- // on mac, when a widget appears below the WebWidget without changing the
- // WebWidget's size (WebWidget::resize() automatically checks the resizer
- // rect.)
- virtual void didChangeWindowResizerRect() {}
-
// The page background color. Can be used for filling in areas without
// content.
virtual WebColor backgroundColor() const {
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | third_party/WebKit/public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698