| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 7f13dce885b4dbe994f533c0927a547a2ca1e4e4..8e91c34944243a6d12ddbd53ac15bb3ba40a042a 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -205,6 +205,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // TopControlsManagerClient implementation.
|
| float TopControlsHeight() const override;
|
| + float BottomControlsHeight() const override;
|
| void SetCurrentTopControlsShownRatio(float offset) override;
|
| float CurrentTopControlsShownRatio() const override;
|
| void DidChangeTopControlsPosition() override;
|
|
|