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 e823d37e54a3c4690e6ea6ec70442e2fb2e12bc9..f4d36329929b9023241c9e32adb0f8447d78a79f 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_base.h |
+++ b/content/browser/renderer_host/render_widget_host_view_base.h |
@@ -160,6 +160,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView, |
// The height of the URL-bar top controls. |
virtual float GetTopControlsHeight() const; |
+ // The height of the bottom bar. |
+ virtual float GetBottomControlsHeight() const; |
+ |
// Called prior to forwarding input event messages to the renderer, giving |
// the view a chance to perform in-process event filtering or processing. |
// Return values of |NOT_CONSUMED| or |UNKNOWN| will result in |input_event| |