mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
2020: run layout after box construction
This commit is contained in:
parent
dc8be8f282
commit
e38cc1a549
4 changed files with 16 additions and 6 deletions
|
@ -30,7 +30,7 @@ mod style_ext;
|
|||
pub mod traversal;
|
||||
pub mod wrapper;
|
||||
|
||||
pub use flow::BoxTreeRoot;
|
||||
pub use flow::{BoxTreeRoot, FragmentTreeRoot};
|
||||
|
||||
use crate::dom_traversal::{Contents, NodeExt};
|
||||
use crate::flow::{BlockFormattingContext, FlowChildren};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue