mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add layout debugger support to layout_2020
This commit is contained in:
parent
9c3feb746b
commit
5cbe05366b
8 changed files with 186 additions and 13 deletions
|
@ -30,6 +30,7 @@ use style_traits::CSSPixel;
|
|||
|
||||
pub struct BoxTreeRoot(BlockFormattingContext);
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct FragmentTreeRoot {
|
||||
/// The children of the root of the fragment tree.
|
||||
children: Vec<Fragment>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue