stylo: Prefill default font when a single generic is set

This commit is contained in:
Manish Goregaokar 2017-06-06 17:09:08 -07:00 committed by Manish Goregaokar
parent 6dbca89ff5
commit 3db0d3b4fa
2 changed files with 67 additions and 12 deletions

View file

@ -1346,6 +1346,12 @@ extern "C" {
pres_context:
RawGeckoPresContextBorrowed);
}
extern "C" {
pub fn Gecko_nsStyleFont_PrefillDefaultForGeneric(font: *mut nsStyleFont,
pres_context:
RawGeckoPresContextBorrowed,
generic_id: u8);
}
extern "C" {
pub fn Gecko_nsStyleFont_FixupMinFontSize(font: *mut nsStyleFont,
pres_context: