mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove the reflow root from SharedLayoutContext.
This commit is contained in:
parent
9f91984415
commit
c693e13a2c
2 changed files with 0 additions and 10 deletions
|
@ -102,9 +102,6 @@ pub struct SharedLayoutContext {
|
|||
/// FIXME(#2604): Make this no longer an unsafe pointer once we have fast `RWArc`s.
|
||||
pub stylist: *const Stylist,
|
||||
|
||||
/// The root node at which we're starting the layout.
|
||||
pub reflow_root: Option<OpaqueNode>,
|
||||
|
||||
/// The URL.
|
||||
pub url: Url,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue