Chromium Code Reviews| Index: src/core/SkPictureData.h |
| diff --git a/src/core/SkPictureData.h b/src/core/SkPictureData.h |
| index e4ee86ab8fa3c2a0579b0a54f76b83392be850ac..3f7ab00d0d03bb15e4729a6971facc6197b44a5e 100644 |
| --- a/src/core/SkPictureData.h |
| +++ b/src/core/SkPictureData.h |
| @@ -246,6 +246,8 @@ public: |
| #endif |
| private: |
| + friend class SkPicture; // needed in SkPicture::clone (rm when it is removed) |
| + |
| void init(); |
| // these help us with reading/writing |