mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Rename BoxTreeRoot/FragmentTreeRoot to BoxTree/FragmentTree
This commit is contained in:
parent
ee62c7f2e4
commit
c43ab0c267
6 changed files with 93 additions and 85 deletions
|
@ -30,7 +30,7 @@ mod style_ext;
|
|||
pub mod traversal;
|
||||
pub mod wrapper;
|
||||
|
||||
pub use flow::{BoxTreeRoot, FragmentTreeRoot};
|
||||
pub use flow::{BoxTree, FragmentTree};
|
||||
|
||||
use crate::geom::flow_relative::Vec2;
|
||||
use style::properties::ComputedValues;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue