mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
stylo: Hook property parsing into Gecko prefs
MozReview-Commit-ID: 7evWOUFwa3K
This commit is contained in:
parent
296b468801
commit
05728839f1
2 changed files with 73 additions and 24 deletions
|
@ -756,6 +756,9 @@ extern "C" {
|
|||
pub fn Gecko_ReleaseCSSValueSharedListArbitraryThread(aPtr:
|
||||
*mut nsCSSValueSharedList);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_PropertyId_IsPrefEnabled(id: nsCSSPropertyID) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_Construct_Default_nsStyleFont(ptr: *mut nsStyleFont,
|
||||
pres_context:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue