Update WR (accelerated webgl fix on mac, line decoration optimizations).

This commit is contained in:
Glenn Watson 2018-03-23 07:35:03 +10:00
parent c20d0c00d7
commit 30bb1ccbef
6 changed files with 5 additions and 12 deletions

View file

@ -595,6 +595,7 @@ impl<'a> CanvasPaintThread<'a> {
format: webrender_api::ImageFormat::BGRA8,
offset: 0,
is_opaque: false,
allow_mipmaps: false,
};
let data = webrender_api::ImageData::Raw(Arc::new(element.into()));