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 eab7d120fe5d567f6b029a164d294537364cd2c6..815203b585229cd52438f63a320397b73e93adba 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; |
@@ -348,7 +349,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. |