mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
layout: Remove the ability to put boxes in display list items.
This commit is contained in:
parent
64222f5772
commit
594eb0067a
1 changed files with 0 additions and 6 deletions
|
@ -35,12 +35,6 @@ impl ExtraDisplayListData for Nothing {
|
|||
}
|
||||
}
|
||||
|
||||
impl ExtraDisplayListData for @Box {
|
||||
fn new(box: &@Box) -> @Box {
|
||||
*box
|
||||
}
|
||||
}
|
||||
|
||||
/// A builder object that manages display list builder should mainly hold information about the
|
||||
/// initial request and desired result--for example, whether the `DisplayList` is to be used for
|
||||
/// painting or hit testing. This can affect which boxes are created.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue