| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 61c9e369b4819f0db70f8ba908215ad6e2dcaa23..412385cddfee370f56e3f28dab16132a8ae3701f 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -224,6 +224,7 @@ class CC_EXPORT LayerTreeHost : public RateLimiterClient {
|
| float device_scale_factor() const { return device_scale_factor_; }
|
|
|
| void EnableHidingTopControls(bool enable);
|
| + void ShowTopControls(bool show);
|
|
|
| HeadsUpDisplayLayer* hud_layer() const { return hud_layer_.get(); }
|
|
|
|
|