| 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 93b76fa28b2b8e2f18a1a61f97e3c175df169271..c809150e6ea48ed11ab30a0b4647b96b29cc46ee 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -106,6 +106,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| gfx::Size GetPhysicalBackingSize() const override;
|
| bool DoTopControlsShrinkBlinkSize() const override;
|
| float GetTopControlsHeight() const override;
|
| + float GetBottomControlsHeight() const override;
|
| void UpdateCursor(const WebCursor& cursor) override;
|
| void SetIsLoading(bool is_loading) override;
|
| void TextInputStateChanged(const TextInputState& params) override;
|
| @@ -351,7 +352,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| cc::SurfaceId surface_id_;
|
| gfx::Size current_surface_size_;
|
| cc::ReturnedResourceArray surface_returned_resources_;
|
| - gfx::Vector2dF location_bar_content_translation_;
|
| + gfx::Vector2dF top_bar_shown_;
|
| cc::Selection<gfx::SelectionBound> current_viewport_selection_;
|
|
|
| // The most recent texture size that was pushed to the texture layer.
|
|
|