Index: include/core/SkPixelRef.h |
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h |
index 9cdcd85a798b5faf5f27c809fb8b07292d10848a..eccbe4b8e69e245b437ff98dac675d558c45d64b 100644 |
--- a/include/core/SkPixelRef.h |
+++ b/include/core/SkPixelRef.h |
@@ -381,6 +381,7 @@ private: |
bool isPreLocked() const { return fPreLocked; } |
friend class SkImage_Raster; |
+ friend class SkSpecialImage_Raster; |
// When copying a bitmap to another with the same shape and config, we can safely |
// clone the pixelref generation ID too, which makes them equivalent under caching. |