| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index ce60e771273c9431ac86f9af584a7366e53c6b00..f6e68e5cd080e86667770cf08046fadbd06c9973 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -161,9 +161,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
|
|
| // Whether or not Blink's viewport size should be shrunk by the height of the
|
| // URL-bar.
|
| - virtual bool DoTopControlsShrinkBlinkSize() const;
|
| + virtual bool DoBrowserControlsShrinkBlinkSize() const;
|
|
|
| - // The height of the URL-bar top controls.
|
| + // The height of the URL-bar browser controls.
|
| virtual float GetTopControlsHeight() const;
|
|
|
| // The height of the bottom bar.
|
|
|