mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
layout: Largely move display list building out to a separate file.
`layout::fragment` and `layout::block` were getting too big.
This commit is contained in:
parent
691e42f7ef
commit
821793351e
13 changed files with 843 additions and 785 deletions
|
@ -46,6 +46,7 @@ pub mod layout_debug;
|
|||
pub mod block;
|
||||
pub mod construct;
|
||||
pub mod context;
|
||||
pub mod display_list_builder;
|
||||
pub mod floats;
|
||||
pub mod flow;
|
||||
pub mod flow_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue