mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Rename SpecifiedExplicitSize to ExplicitSize
This commit is contained in:
parent
2f69e7ff8c
commit
153ec64c15
2 changed files with 8 additions and 8 deletions
|
@ -742,7 +742,7 @@ mod shorthand_serialization {
|
|||
|
||||
let size = single_vec_variant_value!(size,
|
||||
size::single_value::SpecifiedValue::Explicit(
|
||||
size::single_value::SpecifiedExplicitSize {
|
||||
size::single_value::ExplicitSize {
|
||||
width: LengthOrPercentageOrAuto::Length(Length::from_px(70f32)),
|
||||
height: LengthOrPercentageOrAuto::Length(Length::from_px(50f32))
|
||||
}
|
||||
|
@ -797,7 +797,7 @@ mod shorthand_serialization {
|
|||
|
||||
let size = single_vec_variant_value!(size,
|
||||
size::single_value::SpecifiedValue::Explicit(
|
||||
size::single_value::SpecifiedExplicitSize {
|
||||
size::single_value::ExplicitSize {
|
||||
width: LengthOrPercentageOrAuto::Length(Length::from_px(70f32)),
|
||||
height: LengthOrPercentageOrAuto::Length(Length::from_px(50f32))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue