mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove LayoutChan from LayoutDataWrapper
This commit is contained in:
parent
d09881b051
commit
1a014beb08
5 changed files with 17 additions and 27 deletions
|
@ -7,7 +7,6 @@ use incremental::RestyleDamage;
|
|||
use msg::constellation_msg::ConstellationChan;
|
||||
use parallel::DomParallelInfo;
|
||||
use script::dom::node::SharedLayoutData;
|
||||
use script::layout_interface::LayoutChan;
|
||||
use std::sync::Arc;
|
||||
use style::properties::ComputedValues;
|
||||
|
||||
|
@ -61,7 +60,6 @@ bitflags! {
|
|||
}
|
||||
|
||||
pub struct LayoutDataWrapper {
|
||||
pub chan: Option<LayoutChan>,
|
||||
pub shared_data: SharedLayoutData,
|
||||
pub data: Box<PrivateLayoutData>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue