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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp

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
Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
index 1ef6c1e1e5c4ddc51cdee7fa8b826b33a755aabd..33d59be9752b67cdf5ef4058a415333bb8f82468 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
@@ -869,11 +869,6 @@ void WebFrameWidgetImpl::willCloseLayerTreeView() {
m_layerTreeViewClosed = true;
}
-void WebFrameWidgetImpl::didChangeWindowResizerRect() {
- if (m_localRoot->frameView())
- m_localRoot->frameView()->windowResizerRectChanged();
-}
-
void WebFrameWidgetImpl::didAcquirePointerLock() {
page()->pointerLockController().didAcquirePointerLock();
}
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.h ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698