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(); |
danakj
2014/07/10 21:27:44
can you move up below RegisterLayer/UnregisterLaye
dneto
2014/07/11 15:23:31
Acknowledged.
|
+ |
protected: |
explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl); |
void ReleaseResourcesRecursive(LayerImpl* current); |