Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 934ae46623281cf7bbedd2f7cf132c4bd5377f81..15dcb484273a06e3d12fb42f33e588e31fd1fa60 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -222,6 +222,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(); } |