Remove LayoutChan from LayoutDataWrapper

This commit is contained in:
Michael Wu 2015-07-04 02:18:16 -04:00
parent d09881b051
commit 1a014beb08
5 changed files with 17 additions and 27 deletions

View file

@ -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>,
}