Index: include/core/SkBitmap.h |
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
index 27a00f977e0ecc9f8382acc14975d6d57f9032fa..664686619f2766fc60ce2eb02912e0fb52776a99 100644 |
--- a/include/core/SkBitmap.h |
+++ b/include/core/SkBitmap.h |
@@ -774,8 +774,8 @@ private: |
static void WriteRawPixels(SkWriteBuffer*, const SkBitmap&); |
static bool ReadRawPixels(SkReadBuffer*, SkBitmap*); |
- friend class SkReadBuffer; // unflatten, rawpixels |
- friend class SkWriteBuffer; // rawpixels |
+ friend class SkReadBuffer; // unflatten, rawpixels |
+ friend class SkBinaryWriteBuffer; // rawpixels |
friend struct SkBitmapProcState; |
}; |