| 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 9ef5f6cc7b4b186dc171ad61748f330335bbae86..f0b6c6a17e6c70b9321f64959053e0bdaff23440 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -208,6 +208,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;
|
|
|