diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-06-11 14:07:39 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-06-11 14:07:39 -0400 |
commit | b39955df678a739bfd608cabe3b51f07003d01f4 (patch) | |
tree | 69f530979664101a43ab1ba8e94bf285e710c034 /components/gfx_traits/lib.rs | |
parent | a34d1573b6d79211f0efeafcc3ae4b505280cb54 (diff) | |
download | servo-b39955df678a739bfd608cabe3b51f07003d01f4.tar.gz servo-b39955df678a739bfd608cabe3b51f07003d01f4.zip |
Update webrender.
Diffstat (limited to 'components/gfx_traits/lib.rs')
-rw-r--r-- | components/gfx_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs index 447be6e5dc2..a7d447dfded 100644 --- a/components/gfx_traits/lib.rs +++ b/components/gfx_traits/lib.rs @@ -113,7 +113,7 @@ pub trait WebrenderApi { fn add_font_instance( &self, font_key: webrender_api::FontKey, - size: app_units::Au, + size: f32, ) -> webrender_api::FontInstanceKey; fn add_font(&self, data: FontData) -> webrender_api::FontKey; } |