mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add FFI for nsCSSFontFaceRule.
This commit is contained in:
parent
83badaa718
commit
e36b92507e
2 changed files with 16 additions and 4 deletions
|
@ -271,6 +271,7 @@ mod bindings {
|
|||
.include(add_include("mozilla/dom/NameSpaceConstants.h"))
|
||||
.include(add_include("mozilla/LookAndFeel.h"))
|
||||
.include(add_include("mozilla/ServoBindings.h"))
|
||||
.include(add_include("nsCSSFontFaceRule.h"))
|
||||
.include(add_include("nsMediaFeatures.h"))
|
||||
.include(add_include("nsMediaList.h"))
|
||||
// FIXME(emilio): Incrementally remove these "pub use"s. Probably
|
||||
|
@ -337,6 +338,7 @@ mod bindings {
|
|||
"nsBorderColors",
|
||||
"nscolor",
|
||||
"nsChangeHint",
|
||||
"nsCSSFontFaceRule",
|
||||
"nsCSSKeyword",
|
||||
"nsCSSPropertyID",
|
||||
"nsCSSProps",
|
||||
|
@ -609,6 +611,7 @@ mod bindings {
|
|||
"StyleBasicShape",
|
||||
"StyleBasicShapeType",
|
||||
"StyleShapeSource",
|
||||
"nsCSSFontFaceRule",
|
||||
"nsCSSKeyword",
|
||||
"nsCSSPropertyID",
|
||||
"nsCSSShadowArray",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue