Skip to content

Commit da24bba

Browse files
committed
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
1 parent f202b51 commit da24bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/painting/nsDisplayListInvalidation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class nsImageGeometryMixin {
142142
return false;
143143
}
144144

145-
return true;
145+
return false;
146146
}
147147

148148
private:

0 commit comments

Comments
 (0)