2020: run layout after box construction

This commit is contained in:
Simon Sapin 2019-10-07 15:32:43 +02:00
parent dc8be8f282
commit e38cc1a549
4 changed files with 16 additions and 6 deletions

View file

@ -27,7 +27,7 @@ mod float;
pub mod inline;
mod root;
pub use root::BoxTreeRoot;
pub use root::{BoxTreeRoot, FragmentTreeRoot};
#[derive(Debug)]
pub(crate) struct BlockFormattingContext {