mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Handle clip-path in stylo
This commit is contained in:
parent
1d32422fe8
commit
3895b7118e
12 changed files with 432 additions and 49 deletions
|
@ -106,8 +106,6 @@ COMPILATION_TARGETS = {
|
|||
"Maybe", # <- AlignedStorage, which means templated union, which
|
||||
# means impossible to represent in stable rust as of
|
||||
# right now.
|
||||
# Union handling falls over for templated types.
|
||||
"StyleShapeSource", "StyleClipPath", "StyleShapeOutside",
|
||||
],
|
||||
},
|
||||
# Generation of the ffi bindings.
|
||||
|
@ -143,7 +141,8 @@ COMPILATION_TARGETS = {
|
|||
"nsStyleCoord::Calc", "nsRestyleHint", "ServoElementSnapshot",
|
||||
"nsChangeHint", "SheetParsingMode", "nsMainThreadPtrHandle",
|
||||
"nsMainThreadPtrHolder", "nscolor", "nsFont", "FontFamilyList",
|
||||
"FontFamilyType", "nsIAtom", "nsStyleContext"
|
||||
"FontFamilyType", "nsIAtom", "nsStyleContext", "StyleClipPath",
|
||||
"StyleBasicShapeType", "StyleBasicShape"
|
||||
],
|
||||
"void_types": [
|
||||
"nsINode", "nsIDocument", "nsIPrincipal", "nsIURI",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue