mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Store UrlExtraData in {specified,computed}::Image::Url.
This commit is contained in:
parent
00677e27fd
commit
baa339f4af
5 changed files with 50 additions and 12 deletions
|
@ -398,7 +398,7 @@ impl FragmentDisplayListBuilding for Fragment {
|
|||
gradient,
|
||||
style);
|
||||
}
|
||||
Some(computed::Image::Url(ref image_url)) => {
|
||||
Some(computed::Image::Url(ref image_url, ref _extra_data)) => {
|
||||
self.build_display_list_for_background_image(state,
|
||||
style,
|
||||
display_list_section,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue