| Index: tests/SwizzlerTest.cpp
|
| diff --git a/tests/SwizzlerTest.cpp b/tests/SwizzlerTest.cpp
|
| index 7ed1c390fb3d75d369648c5abc85113239551919..50c091b61e1150fc5449f13223ac13d945cb344f 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
|
|
|