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

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

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test 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/platform/WebTopControlsState.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 4c1b225a102bff17c9b739da9e81039e15d85b93..ae1bcf9ab0bae829fc46fa50ea11bdc558154e18 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -117,7 +117,7 @@ class WebView : protected WebWidget {
using WebWidget::didLosePointerLock;
using WebWidget::backgroundColor;
using WebWidget::pagePopup;
- using WebWidget::updateTopControlsState;
+ using WebWidget::updateBrowserControlsState;
// Initialization ------------------------------------------------------
@@ -331,11 +331,11 @@ class WebView : protected WebWidget {
virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
// Resize the view at the same time as changing the state of the top
- // controls. If |topControlsShrinkLayout| is true, the embedder shrunk the
- // WebView size by the top controls height.
- virtual void resizeWithTopControls(const WebSize&,
- float topControlsHeight,
- bool topControlsShrinkLayout) = 0;
+ // controls. If |browserControlsShrinkLayout| is true, the embedder shrunk the
+ // WebView size by the browser controls height.
+ virtual void resizeWithBrowserControls(const WebSize&,
+ float browserControlsHeight,
+ bool browserControlsShrinkLayout) = 0;
// Auto-Resize -----------------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/platform/WebTopControlsState.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698