| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index bd2298cc0a2c1328b26b447b0af2fb374256755e..80709f4c0aaf07c6ce025f563a95d9f191ae3d03 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -229,6 +229,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| void UpdateTopControlsState(bool enable_hiding,
|
| bool enable_showing,
|
| bool animate);
|
| + void ShowTopControls(bool show);
|
|
|
| HeadsUpDisplayLayer* hud_layer() const { return hud_layer_.get(); }
|
|
|
|
|