Chromium Code Reviews| Index: include/core/SkPixelRef.h |
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h |
| index 0ed3099126de3481c384996cc9c55cd0d0306891..98153b7e0884dc0f3398cfd43b44ac92798aeb39 100644 |
| --- a/include/core/SkPixelRef.h |
| +++ b/include/core/SkPixelRef.h |
| @@ -381,6 +381,7 @@ private: |
| void setImmutableWithID(uint32_t genID); |
| friend class SkImage_Gpu; |
| + friend class SkImageCacherator; |
| typedef SkRefCnt INHERITED; |
| }; |