| 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 7601adc1fa752a5ef6551c50d25171c5a68f824d..c1f7123a96fc8883582367306ad806f250d821cf 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(
|
|
|