Bug 2069212: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
committed by
tnikkel@mozilla.com
parent
3f755e9a07
commit
0e28d397fd
@@ -1181,16 +1181,16 @@ TEST_F(ImageDecoders, JXLParallelDecodeMatchesSerial) {
|
||||
{
|
||||
// Compare to the same image in another format to make sure it's the right
|
||||
// reference.
|
||||
#if defined(XP_WIN) && !defined(HAVE_64BIT_BUILD)
|
||||
# if defined(XP_WIN) && !defined(HAVE_64BIT_BUILD)
|
||||
const uint32_t kReferenceMaxDifferingPixels = 7;
|
||||
const uint8_t kReferenceMaxChannelDiff = 1;
|
||||
#elif defined(ANDROID)
|
||||
# elif defined(ANDROID)
|
||||
const uint32_t kReferenceMaxDifferingPixels = 4;
|
||||
const uint8_t kReferenceMaxChannelDiff = 1;
|
||||
#else
|
||||
# else
|
||||
const uint32_t kReferenceMaxDifferingPixels = 0;
|
||||
const uint8_t kReferenceMaxChannelDiff = 0;
|
||||
#endif
|
||||
# endif
|
||||
ImageTestCase referenceCase = LargeJXLReferenceWebPTestCase();
|
||||
RefPtr<SourceSurface> webpReference;
|
||||
WithSingleChunkDecode(referenceCase, Nothing(), /* aUseDecodePool */ false,
|
||||
|
||||
Reference in New Issue
Block a user