| 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 907e24029c27010c1cb866214c01c06c3454073b..c08851448f23927697dad6fb69f76338c78f0c8e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -161,6 +161,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|
|
|
|