| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index d48058a75c72b3bf47c078b54f7298700cc4951c..5e6431cac01131002387ea3ba34fd5b825bfd62a 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -276,6 +276,8 @@ class CC_EXPORT LayerTreeImpl {
|
| void RegisterPictureLayerImpl(PictureLayerImpl* layer);
|
| void UnregisterPictureLayerImpl(PictureLayerImpl* layer);
|
|
|
| + size_t NumLayers();
|
| +
|
| protected:
|
| explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl);
|
| void ReleaseResourcesRecursive(LayerImpl* current);
|
|
|