mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Support multiple backgrounds in servo layout
This commit is contained in:
parent
66cdf9ae4f
commit
69ada0d7a3
5 changed files with 125 additions and 95 deletions
|
@ -69,10 +69,10 @@
|
|||
${caller.body()}
|
||||
}
|
||||
pub mod computed_value {
|
||||
use super::single_value;
|
||||
pub use super::single_value::computed_value as single_value;
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub struct T(pub Vec<single_value::computed_value::T>);
|
||||
pub struct T(pub Vec<single_value::T>);
|
||||
}
|
||||
|
||||
impl ToCss for computed_value::T {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue