Auto merge of #25863 - servo:synup, r=jdm

Remove syn 0.15 from our crate graph
This commit is contained in:
bors-servo 2020-03-05 10:03:48 -05:00 committed by GitHub
commit 813be91926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 219 additions and 187 deletions

View file

@ -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));