mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move ComputedUrl into their impl mods.
This commit is contained in:
parent
d001fd9a0a
commit
0090fbb3c8
4 changed files with 57 additions and 58 deletions
|
@ -196,3 +196,8 @@ impl MallocSizeOf for SpecifiedImageUrl {
|
|||
n
|
||||
}
|
||||
}
|
||||
|
||||
/// The computed value of a CSS `url()`.
|
||||
pub type ComputedUrl = SpecifiedUrl;
|
||||
/// The computed value of a CSS `url()` for image.
|
||||
pub type ComputedImageUrl = SpecifiedImageUrl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue