mirror of
https://github.com/servo/servo.git
synced 2025-06-15 20:04:28 +00:00
Update webrender.
This commit is contained in:
parent
a34d1573b6
commit
b39955df67
11 changed files with 16 additions and 28 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue