| Index: cc/layers/layer_lists.h
|
| diff --git a/cc/layers/layer_lists.h b/cc/layers/layer_lists.h
|
| index 01a7966888f2fbb3760194d2de7d86c3d5f87cc8..c0f7bbf062842b918db08ef61e58026b8a50d470 100644
|
| --- a/cc/layers/layer_lists.h
|
| +++ b/cc/layers/layer_lists.h
|
| @@ -38,6 +38,8 @@ class CC_EXPORT RenderSurfaceLayerList {
|
| LayerList::const_iterator begin() const;
|
| LayerList::const_iterator end() const;
|
| void clear();
|
| + LayerList& AsLayerList() { return list_; }
|
| + const LayerList& AsLayerList() const { return list_; }
|
|
|
| private:
|
| LayerList list_;
|
|
|