Index: src/image/SkImage_Raster.cpp |
=================================================================== |
--- src/image/SkImage_Raster.cpp (revision 8437) |
+++ src/image/SkImage_Raster.cpp (working copy) |
@@ -100,7 +100,6 @@ |
fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes); |
fBitmap.setPixelRef(pr); |
fBitmap.setIsOpaque(isOpaque); |
- fBitmap.setImmutable(); |
Justin Novosad
2013/04/03 14:10:54
Problem here is that the pixel ref is shared with
|
} |
SkImage_Raster::~SkImage_Raster() {} |