Index: include/core/SkBitmapDevice.h |
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
index a801420584a0f50d263dfa99ce5662ea53753ced..6051091aaa803927cea759c4f62a251c52a1860f 100644 |
--- a/include/core/SkBitmapDevice.h |
+++ b/include/core/SkBitmapDevice.h |
@@ -142,6 +142,7 @@ private: |
friend class SkDeviceImageFilterProxy; |
friend class SkSurface_Raster; |
+ friend class SkRasterSurfaceDevice; |
// used to change the backend's pixels (and possibly config/rowbytes) |
// but cannot change the width/height, so there should be no change to |