mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove InlineFlowDisplayListBuilding
This lets us remove a few call indirections where a function just calls another function defined in another module.
This commit is contained in:
parent
7a704d2f04
commit
7d57c9b3ab
3 changed files with 98 additions and 117 deletions
|
@ -6,7 +6,6 @@ pub use self::builder::BorderPaintingMode;
|
|||
pub use self::builder::DisplayListBuildState;
|
||||
pub use self::builder::FlexFlowDisplayListBuilding;
|
||||
pub use self::builder::IndexableText;
|
||||
pub use self::builder::InlineFlowDisplayListBuilding;
|
||||
pub use self::builder::ListItemFlowDisplayListBuilding;
|
||||
pub use self::builder::StackingContextCollectionFlags;
|
||||
pub use self::builder::StackingContextCollectionState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue