mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add function to convert NonTSPseudoClass to CSSPseudoClassType
This commit is contained in:
parent
83428ecef7
commit
fa27ac0544
4 changed files with 197 additions and 0 deletions
|
@ -254,6 +254,7 @@ mod bindings {
|
|||
"mozilla::ServoStyleSheet",
|
||||
"mozilla::ServoElementSnapshot.*",
|
||||
"mozilla::ConsumeStyleBehavior",
|
||||
"mozilla::CSSPseudoClassType",
|
||||
"mozilla::css::SheetParsingMode",
|
||||
"mozilla::TraversalRootBehavior",
|
||||
"mozilla::DisplayItemClip", // Needed because bindgen generates
|
||||
|
@ -472,6 +473,7 @@ mod bindings {
|
|||
"ThreadSafeURIHolder",
|
||||
"ThreadSafePrincipalHolder",
|
||||
"ConsumeStyleBehavior",
|
||||
"CSSPseudoClassType",
|
||||
"TraversalRootBehavior",
|
||||
"FontFamilyList",
|
||||
"FontFamilyType",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue