Handle clip-path in stylo

This commit is contained in:
Manish Goregaokar 2016-08-17 17:08:23 +05:30
parent 1d32422fe8
commit 3895b7118e
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
12 changed files with 432 additions and 49 deletions

View file

@ -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",