mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Expose CSS length mode in Stylo glue
Add length mode args to Stylo glue functions so that Gecko can enable the special SVG mode as needed. MozReview-Commit-ID: 1luM13MFEXX
This commit is contained in:
parent
6069e44f02
commit
8144aa1163
4 changed files with 34 additions and 22 deletions
|
@ -467,6 +467,7 @@ mod bindings {
|
|||
"mozilla::Side",
|
||||
"mozilla::binding_danger::AssertAndSuppressCleanupPolicy",
|
||||
"RawServoAnimationValueMapBorrowed",
|
||||
"mozilla::LengthParsingMode",
|
||||
];
|
||||
let opaque_types = [
|
||||
"std::pair__PCCP",
|
||||
|
@ -721,6 +722,7 @@ mod bindings {
|
|||
"ServoStyleSheet",
|
||||
"EffectCompositor_CascadeLevel",
|
||||
"UpdateAnimationsTasks",
|
||||
"LengthParsingMode",
|
||||
];
|
||||
struct ArrayType {
|
||||
cpp_type: &'static str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue