mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Create own file for background calculations in layout
Move display_list_builder.rs and webrender_helpers.rs along with the new file to components/layout/display_list/ Remove apparently unused IdType enum. Only variant used was OverflowClip. See #19676
This commit is contained in:
parent
989d2fd532
commit
ea062e6e47
21 changed files with 635 additions and 620 deletions
|
@ -51,7 +51,7 @@ mod block;
|
|||
pub mod construct;
|
||||
pub mod context;
|
||||
pub mod data;
|
||||
pub mod display_list_builder;
|
||||
pub mod display_list;
|
||||
mod flex;
|
||||
mod floats;
|
||||
pub mod flow;
|
||||
|
@ -79,7 +79,6 @@ mod table_rowgroup;
|
|||
mod table_wrapper;
|
||||
mod text;
|
||||
pub mod traversal;
|
||||
pub mod webrender_helpers;
|
||||
pub mod wrapper;
|
||||
|
||||
// For unit tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue