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 7dd8676e4ed154ca8528ea1b85948e23ca3399b7..18b655e3c8938d66b39c0d518ff8b8ba2e54af60 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_base.h |
+++ b/content/browser/renderer_host/render_widget_host_view_base.h |
@@ -121,7 +121,7 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView, |
// 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). |
Ted C
2014/08/19 01:14:28
This needs to get updated.
aelias_OOO_until_Jul13
2014/08/19 21:28:39
Done.
|
- virtual float GetOverdrawBottomHeight() const; |
+ virtual float GetTopControlsLayoutHeight() const; |
// Called prior to forwarding input event messages to the renderer, giving |
// the view a chance to perform in-process event filtering or processing. |