Store UrlExtraData in {specified,computed}::Image::Url.

This commit is contained in:
Cameron McCormack 2016-07-29 14:22:35 +08:00
parent 00677e27fd
commit baa339f4af
5 changed files with 50 additions and 12 deletions

View file

@ -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,