| 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 -----------------------------------------------------------
|
|
|
|
|