mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make some of layout_2020 private
This commit is contained in:
parent
ec74204fa0
commit
1bb85ed05b
10 changed files with 43 additions and 41 deletions
|
@ -19,7 +19,7 @@ pub(super) struct PseudoElementBoxes {
|
|||
pub after: Arc<AtomicRefCell<Option<LayoutBox>>>,
|
||||
}
|
||||
|
||||
pub enum LayoutBox {
|
||||
pub(super) enum LayoutBox {
|
||||
DisplayContents,
|
||||
BlockLevel(Arc<BlockLevelBox>),
|
||||
InlineLevel(Arc<InlineLevelBox>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue