Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index a346606ff2ab6343f9f4138ea86ae775d47e228b..46521363760f877471d3e7ed4df639bb4ceb307b 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -288,6 +288,7 @@ private: |
| friend class GrGatherDevice; |
| friend class SkDebugCanvas; |
| friend class SkPicturePlayback; // to get fData |
| + friend class SkPictureReplacementPlayback; // to access OperationList |
| typedef SkRefCnt INHERITED; |