| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 686bb4b012bbf9a2835c1689ebb43aa9a20da141..09a00bb63ab9941fbf25ceb18dabdb965fe58d42 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -134,6 +134,8 @@ class CC_EXPORT LayerTreeImpl {
|
| // Other public methods
|
| // ---------------------------------------------------------------------------
|
| LayerImpl* root_layer() const { return root_layer_; }
|
| + RenderSurfaceImpl* RootRenderSurface() const;
|
| + bool LayerListIsEmpty() const;
|
| void SetRootLayer(std::unique_ptr<LayerImpl>);
|
| void SetRootLayerFromLayerList();
|
| bool IsRootLayer(const LayerImpl* layer) const;
|
|
|