Index: src/effects/SkBitmapSource.cpp |
diff --git a/src/effects/SkBitmapSource.cpp b/src/effects/SkBitmapSource.cpp |
index 854df9df226bf2dbbe1ba92043f59a420632719c..7b1c8902cafb8a93f326eae76b3e295357e5f6ef 100644 |
--- a/src/effects/SkBitmapSource.cpp |
+++ b/src/effects/SkBitmapSource.cpp |
@@ -13,7 +13,7 @@ SkBitmapSource::SkBitmapSource(const SkBitmap& bitmap) |
} |
SkBitmapSource::SkBitmapSource(SkFlattenableReadBuffer& buffer) |
- : INHERITED(buffer) { |
+ : INHERITED(1, buffer) { |
Stephen White
2013/11/25 16:11:21
I'm pretty sure this should be zero (and the other
sugoi
2013/11/25 16:20:33
Done.
|
fBitmap.unflatten(buffer); |
} |