| 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 066c0b705cdc5c25bd4168cc7a8b7562082ada96..d854f38c3766a13a2bd5e9606aa3916e04914310 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -107,6 +107,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;
|
| @@ -339,7 +340,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| cc::SurfaceId surface_id_;
|
| gfx::Size current_surface_size_;
|
| cc::ReturnedResourceArray surface_returned_resources_;
|
| - gfx::Vector2dF location_bar_content_translation_;
|
| + float top_bar_shown_ratio_;
|
| + float bottom_bar_shown_ratio_;
|
| cc::Selection<gfx::SelectionBound> current_viewport_selection_;
|
|
|
| // The most recent texture size that was pushed to the texture layer.
|
|
|