diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-09-21 10:11:30 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-09-21 10:11:30 +1000 |
commit | 7858a696247d0d1b77636c5c5b84974ba124d78a (patch) | |
tree | e974ee9284ecee06e8b790e37225ce5cd47f531f /components/gfx/font_cache_thread.rs | |
parent | 6a791cd7f26b42a6688099bea203c21fb3c9cc12 (diff) | |
download | servo-7858a696247d0d1b77636c5c5b84974ba124d78a.tar.gz servo-7858a696247d0d1b77636c5c5b84974ba124d78a.zip |
Update WR (font variations, runtime dp ratio changes)
Diffstat (limited to 'components/gfx/font_cache_thread.rs')
-rw-r--r-- | components/gfx/font_cache_thread.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/gfx/font_cache_thread.rs b/components/gfx/font_cache_thread.rs index bde03e78423..39fd210091e 100644 --- a/components/gfx/font_cache_thread.rs +++ b/components/gfx/font_cache_thread.rs @@ -187,7 +187,8 @@ impl FontCache { font_key, size, None, - None); + None, + Vec::new()); webrender_api.update_resources(updates); key }); |