Update WR (font variations, runtime dp ratio changes)

This commit is contained in:
Glenn Watson 2017-09-21 10:11:30 +10:00
parent 6a791cd7f2
commit 7858a69624
3 changed files with 35 additions and 30 deletions

View file

@ -187,7 +187,8 @@ impl FontCache {
font_key,
size,
None,
None);
None,
Vec::new());
webrender_api.update_resources(updates);
key
});