| 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 78edbfa6aa8994b0373556cef30be2ee053ffd06..7f54893c38417b98501b0660f06a98f453856303 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -687,8 +687,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| const gfx::Vector2dF& scroll_delta,
|
| base::TimeDelta delayed_by);
|
|
|
| - void SetCompositorContextVisibility(bool is_visible);
|
| - void SetWorkerContextVisibility(bool is_visible);
|
| + void SetContextVisibility(bool is_visible);
|
|
|
| using UIResourceMap = std::unordered_map<UIResourceId, UIResourceData>;
|
| UIResourceMap ui_resource_map_;
|
|
|