Index: src/lazy/SkDiscardablePixelRef.cpp |
diff --git a/src/lazy/SkDiscardablePixelRef.cpp b/src/lazy/SkDiscardablePixelRef.cpp |
index 53e9d1ab621f2a53d9e97e0aaf5abc9598f5192c..f0d7affdc8fe985a62629e784cff84d9e7e361b9 100644 |
--- a/src/lazy/SkDiscardablePixelRef.cpp |
+++ b/src/lazy/SkDiscardablePixelRef.cpp |
@@ -102,7 +102,7 @@ bool SkInstallDiscardablePixelRef(SkImageGenerator* generator, SkBitmap* dst, |
SkAutoTDelete<SkImageGenerator> autoGenerator(generator); |
if ((NULL == autoGenerator.get()) |
|| (!autoGenerator->getInfo(&info)) |
- || (!dst->setConfig(info, 0))) { |
+ || (!dst->setInfo(info))) { |
return false; |
} |
SkASSERT(dst->colorType() != kUnknown_SkColorType); |