Make font-display descriptor behind the pref.

This commit is contained in:
Xidorn Quan 2017-08-03 19:07:12 +10:00
parent 13df7e4c84
commit df95a469a0
3 changed files with 19 additions and 1 deletions

View file

@ -9045,6 +9045,10 @@ pub mod root {
pub struct StylePrefs {
pub _address: u8,
}
extern "C" {
#[link_name = "_ZN7mozilla10StylePrefs19sFontDisplayEnabledE"]
pub static mut StylePrefs_sFontDisplayEnabled: bool;
}
extern "C" {
#[link_name = "_ZN7mozilla10StylePrefs19sOpentypeSVGEnabledE"]
pub static mut StylePrefs_sOpentypeSVGEnabled: bool;