| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index b5ada7d29c1e35536223c437d1b57e89619e1d84..f299a1910f89498a539e38d8d2318bfb230e73dc 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -345,7 +345,7 @@ class CONTENT_EXPORT RenderWidget
|
| // Resizes the render widget.
|
| void Resize(const gfx::Size& new_size,
|
| const gfx::Size& physical_backing_size,
|
| - float overdraw_bottom_height,
|
| + float top_controls_layout_height,
|
| const gfx::Size& visible_viewport_size,
|
| const gfx::Rect& resizer_rect,
|
| bool is_fullscreen,
|
| @@ -575,9 +575,9 @@ class CONTENT_EXPORT RenderWidget
|
| // The size of the view's backing surface in non-DPI-adjusted pixels.
|
| gfx::Size physical_backing_size_;
|
|
|
| - // The height of the physical backing surface that is overdrawn opaquely in
|
| - // the browser, for example by an on-screen-keyboard (in DPI-adjusted pixels).
|
| - float overdraw_bottom_height_;
|
| + // The amount that the viewport size given to Blink was shrunk by the URL-bar
|
| + // (always 0 on platforms where URL-bar hiding isn't supported).
|
| + float top_controls_layout_height_;
|
|
|
| // The size of the visible viewport in DPI-adjusted pixels.
|
| gfx::Size visible_viewport_size_;
|
|
|