Bug 1511244 - Update webrender to commit a48f34e09901a62ab12164c8e539011ed04d41bd (WR PR #3372). r=kats

https://github.com/servo/webrender/pull/3372

Differential Revision: https://phabricator.services.mozilla.com/D13495

--HG--
extra : moz-landing-system : lando
This commit is contained in:
WR Updater Bot 2018-11-30 01:59:14 +00:00
parent 0d34a6b603
commit a7afe16b40
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
a2b4202242d937d328eda21c2d9fcfece609283e
a48f34e09901a62ab12164c8e539011ed04d41bd

View File

@ -1063,6 +1063,10 @@ impl ResourceCache {
assert!(!descriptor.rect.is_empty());
if !self.blob_image_templates.contains_key(&request.key) {
panic!("already missing blob image key {:?} deleted: {:?}", request, self.deleted_blob_keys);
}
self.missing_blob_images.push(
BlobImageParams {
request,