| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 0fdfaa7108aac1ce562be8673a14ebe8a5ad720c..a1b52fb19537fb8d46a56a627fc2d3738174f2da 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -325,7 +325,7 @@ private:
|
| bool fOptsEnabled;
|
| int fInitialSaveCount;
|
|
|
| - friend class SkPictureData;
|
| + friend class SkPictureData; // for SkPictureData's SkPictureRecord-based constructor
|
| friend class SkPictureTester; // for unit testing
|
|
|
| #ifdef SK_COLLAPSE_MATRIX_CLIP_STATE
|
|
|