| 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 31a899ea7a9b6d2a5c5f39c32220345f3ca564d6..6af8dd9f00fc8e75b34a4f4b0f68ad32a8dcf950 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -207,6 +207,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;
|
|
|