mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
|
@ -7,8 +7,8 @@
|
|||
#[macro_use]
|
||||
extern crate size_of_test;
|
||||
|
||||
use layout::Fragment;
|
||||
use layout::SpecificFragmentInfo;
|
||||
use layout_2013::Fragment;
|
||||
use layout_2013::SpecificFragmentInfo;
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
size_of_test!(test_size_of_fragment, Fragment, 176);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue