mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Merge pull request #3155 from brunoabinader/nuke-tlayoutdata
Nuke Node's TLayoutData; r=jdm
This commit is contained in:
commit
93e7d89c3b
1 changed files with 0 additions and 6 deletions
|
@ -235,12 +235,6 @@ impl LayoutDataRef {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A trait that represents abstract layout data.
|
|
||||||
///
|
|
||||||
/// FIXME(pcwalton): Very very unsafe!!! We need to send these back to the layout task to be
|
|
||||||
/// destroyed when this node is finalized.
|
|
||||||
pub trait TLayoutData {}
|
|
||||||
|
|
||||||
/// The different types of nodes.
|
/// The different types of nodes.
|
||||||
#[deriving(PartialEq,Encodable)]
|
#[deriving(PartialEq,Encodable)]
|
||||||
pub enum NodeTypeId {
|
pub enum NodeTypeId {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue