diff options
Diffstat (limited to 'components/style/gecko')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index d80a8f1eae6..3eb3c522913 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -2776,10 +2776,23 @@ extern "C" { RawGeckoAnimationPropertySegmentBorrowed, computed_timing: RawGeckoComputedTimingBorrowed, - iteration_composite: + iter_composite: IterationCompositeOperation); } extern "C" { + pub fn Servo_ComposeAnimationSegment(animation_segment: + RawGeckoAnimationPropertySegmentBorrowed, + underlying_value: + RawServoAnimationValueBorrowedOrNull, + last_value: + RawServoAnimationValueBorrowedOrNull, + iter_composite: + IterationCompositeOperation, + progress: f64, + current_iteration: u64) + -> RawServoAnimationValueStrong; +} +extern "C" { pub fn Servo_DeclarationBlock_PropertyIsSet(declarations: RawServoDeclarationBlockBorrowed, property: nsCSSPropertyID) |