| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index ff7a4f84256627fbcbcc63b5e1131fa6944f2572..5f7ab9dd90931ce83c2157ca01220d6836a8d822 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -137,6 +137,7 @@
|
| void SetRootLayer(std::unique_ptr<LayerImpl>);
|
| bool IsRootLayer(const LayerImpl* layer) const;
|
| std::unique_ptr<OwnedLayerImplList> DetachLayers();
|
| + void ClearLayers();
|
|
|
| void SetPropertyTrees(PropertyTrees* property_trees);
|
| PropertyTrees* property_trees() { return &property_trees_; }
|
|
|