Reduce the size of StackingContextId

This commit is contained in:
Matt Brubeck 2016-05-24 15:50:04 -07:00
parent ea38ccfdfe
commit f967d5a645
2 changed files with 8 additions and 7 deletions

View file

@ -8,7 +8,7 @@ use std::mem::size_of;
#[test]
fn test_size_of_fragment() {
let expected = 168;
let expected = 160;
let actual = size_of::<Fragment>();
if actual < expected {