diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ReadPixelsTest.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp index 71cd8f5fc9..ee762d19a2 100644 --- a/tests/ReadPixelsTest.cpp +++ b/tests/ReadPixelsTest.cpp @@ -449,10 +449,7 @@ static void test_readpixels_texture(skiatest::Reporter* reporter, GrTexture* tex if (startsWithPixels) { fill_dst_bmp_with_init_data(&bmp); GrPixelConfig dstConfig = - SkImageInfo2GrPixelConfig(gReadPixelsConfigs[c].fColorType, - gReadPixelsConfigs[c].fAlphaType, - nullptr, - *texture->getContext()->caps()); + SkImageInfo2GrPixelConfig(bmp.info(), *texture->getContext()->caps()); uint32_t flags = 0; if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) { flags = GrContext::kUnpremul_PixelOpsFlag; |