Bug 1776198 - Disable nsImageGeometryMixin. r=aosmond

Now that we always sync decode during reftests we don't switch from non-sync to
sync decoding and expect proper invalidations. For now, we just make sure that
nsImageGeometryMixin never causes invalidations. We'll rip out the code in a
follow up.

Differential Revision: https://phabricator.services.mozilla.com/D150114
This commit is contained in:
Jeff Muizelaar 2022-06-23 12:50:00 +00:00
Родитель f202b51354
Коммит da24bba1ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -142,7 +142,7 @@ class nsImageGeometryMixin {
return false;
}
return true;
return false;
}
private: