Index: tests/SwizzlerTest.cpp |
diff --git a/tests/SwizzlerTest.cpp b/tests/SwizzlerTest.cpp |
index 6f0dabeb115f3318dde3be55d342484e64fc5fe1..256a4b2bcded2fe3359284fc2fc1dc22e4b6297e 100644 |
--- a/tests/SwizzlerTest.cpp |
+++ b/tests/SwizzlerTest.cpp |
@@ -37,7 +37,7 @@ static void check_fill(skiatest::Reporter* r, |
// Fill image with the fill value starting at the indicated row |
SkSwizzler::Fill(imageStart, imageInfo, rowBytes, endRow - startRow + 1, colorOrIndex, |
- colorTable); |
+ colorTable, SkCodec::kNo_ZeroInitialized); |
// Ensure that the pixels are filled properly |
// The bots should catch any memory corruption |