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

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

Issue 2737703002: Remove FrameHost::browserControls() (Closed)
Patch Set: Rebase Created 3 years, 9 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/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index f934dd0b95c4667b4254bb403d27dd5059be6195..eb43d4e90666ec53dfc856f996960f82c7fa5084 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -1859,7 +1859,7 @@ void WebViewImpl::didUpdateBrowserControls() {
}
BrowserControls& WebViewImpl::browserControls() {
- return page()->frameHost().browserControls();
+ return page()->browserControls();
}
void WebViewImpl::resizeViewWhileAnchored(float browserControlsHeight,

Powered by Google App Engine
This is Rietveld 408576698