| 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 04b306c5e3739f7a6cb72340ca573fea5c35c160..6192c95b441955a02522553a805af5f11055dbdd 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -206,6 +206,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;
|
|
|