Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index c4c6f20326455f7f102f9ed8f833e3f9c85eb1d3..e8af868ce9d01a0c8a420af2ead9b88773fda473 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -292,6 +292,7 @@ private: |
| friend class SkPictureRecorder; // SkRecord-based constructor. |
| friend class GrLayerHoister; // access to fRecord |
| friend class ReplaceDraw; |
| + friend class SkPictureUtils; |
| typedef SkRefCnt INHERITED; |
| }; |