mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Update glue for recent changes.
This commit is contained in:
parent
183c4772e7
commit
f24e4543fe
3 changed files with 9 additions and 6 deletions
|
@ -244,7 +244,6 @@ mod bindings {
|
|||
"NODE_.*",
|
||||
"NS_FONT_.*",
|
||||
"NS_STYLE_.*",
|
||||
"NS_CORNER_.*",
|
||||
"NS_RADIUS_.*",
|
||||
"BORDER_COLOR_.*",
|
||||
"BORDER_STYLE_.*"
|
||||
|
@ -256,6 +255,7 @@ mod bindings {
|
|||
"mozilla::ConsumeStyleBehavior",
|
||||
"mozilla::CSSPseudoClassType",
|
||||
"mozilla::css::SheetParsingMode",
|
||||
"mozilla::HalfCorner",
|
||||
"mozilla::TraversalRootBehavior",
|
||||
"mozilla::DisplayItemClip", // Needed because bindgen generates
|
||||
// specialization tests for this even
|
||||
|
@ -279,6 +279,7 @@ mod bindings {
|
|||
"gfxFontFeature",
|
||||
"gfxFontVariation",
|
||||
"GridNamedArea",
|
||||
"HalfCorner",
|
||||
"Image",
|
||||
"ImageURL",
|
||||
"nsAttrName",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue