| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 26560e7facc54de59aeac0c710b117231a05baf0..5c65e402321013ce166b23754f0ec83a5f9c6b05 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -251,6 +251,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| void SetViewportSize(const gfx::Size& device_viewport_size);
|
| void SetTopControlsHeight(float height, bool shrink);
|
| void SetTopControlsShownRatio(float ratio);
|
| + void setBottomControlHeight(float height);
|
|
|
| gfx::Size device_viewport_size() const { return device_viewport_size_; }
|
|
|
| @@ -552,6 +553,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| bool top_controls_shrink_blink_size_;
|
| float top_controls_height_;
|
| float top_controls_shown_ratio_;
|
| + float bottom_controls_height_;
|
| float device_scale_factor_;
|
| float painted_device_scale_factor_;
|
|
|
|
|