mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Do not use CVAS for gecko::SpecifiedUrl
This commit is contained in:
parent
b16c2572a9
commit
3fb52a0ef9
2 changed files with 1 additions and 6 deletions
|
@ -30,6 +30,7 @@ pub struct SpecifiedUrl {
|
|||
/// a property with this specified url value.
|
||||
pub image_value: Option<RefPtr<ImageValue>>,
|
||||
}
|
||||
trivial_to_computed_value!(SpecifiedUrl);
|
||||
|
||||
impl SpecifiedUrl {
|
||||
/// Try to parse a URL from a string value that is a valid CSS token for a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue