| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index a137011597039388d09e585c679c01834a19b6cd..8bda30b4b010ce1e23ec75779745aa7e6e5d684a 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -132,6 +132,7 @@ class CC_EXPORT LayerTreeImpl {
|
| // ---------------------------------------------------------------------------
|
| LayerImpl* root_layer() const { return root_layer_; }
|
| void SetRootLayer(scoped_ptr<LayerImpl>);
|
| + bool IsRootLayer(const LayerImpl* layer) const;
|
| scoped_ptr<OwnedLayerImplList> DetachLayers();
|
| void ClearLayers();
|
|
|
|
|