Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index 7a79bab26b0cdd1859a1387727ee2d5daee68130..638eacb8353d59949c5dae97fe411b287be94131 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -297,6 +297,7 @@ private: |
friend class GrGatherCanvas; // needs to know if old or new picture |
friend class SkPicturePlayback; // to get fData & OperationList |
friend class SkPictureReplacementPlayback; // to access OperationList |
+ friend class SkPictureUtils; |
typedef SkRefCnt INHERITED; |