mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #25863 - servo:synup, r=jdm
Remove syn 0.15 from our crate graph
This commit is contained in:
commit
813be91926
61 changed files with 219 additions and 187 deletions
|
@ -971,8 +971,7 @@ impl<'a> CanvasData<'a> {
|
|||
stride: None,
|
||||
format: webrender_api::ImageFormat::BGRA8,
|
||||
offset: 0,
|
||||
is_opaque: false,
|
||||
allow_mipmaps: false,
|
||||
flags: webrender_api::ImageDescriptorFlags::empty(),
|
||||
};
|
||||
let data = self.drawtarget.snapshot_data_owned();
|
||||
let data = webrender_api::ImageData::Raw(Arc::new(data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue