Index: content/browser/renderer_host/render_widget_host_view_android.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h |
index 8b35e95f41209f478a5c849de449be14189b16e4..494eddafa70d80fc426e319e6eae6685254de7d8 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -101,7 +101,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid |
virtual bool IsShowing() OVERRIDE; |
virtual gfx::Rect GetViewBounds() const OVERRIDE; |
virtual gfx::Size GetPhysicalBackingSize() const OVERRIDE; |
- virtual float GetOverdrawBottomHeight() const OVERRIDE; |
+ virtual float GetTopControlsLayoutHeight() const OVERRIDE; |
virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; |
virtual void SetIsLoading(bool is_loading) OVERRIDE; |
virtual void TextInputStateChanged( |