mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +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
|
@ -1097,7 +1097,7 @@ fn static_assert() {
|
|||
Gecko_SetGradientImageValue(&mut geckoimage.mImage, gecko_gradient);
|
||||
}
|
||||
},
|
||||
Image::Url(_) => {
|
||||
Image::Url(..) => {
|
||||
// let utf8_bytes = url.as_bytes();
|
||||
// Gecko_SetUrlImageValue(&mut self.gecko.mImage.mLayers.mFirstElement,
|
||||
// utf8_bytes.as_ptr() as *const _,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue