Bug 1371518 - Drop Servo_AnimationValueMap_Push; r?hiro
This is no longer needed as of
bug 1311257 since we now compose animations on
the Servo side.
MozReview-Commit-ID: 8VbgYjhIQmu
--- a/layout/style/ServoBindingList.h
+++ b/layout/style/ServoBindingList.h
@@ -217,20 +217,16 @@ SERVO_BINDING_FUNC(Servo_ParseEasing, bo
RawGeckoURLExtraData* data,
nsTimingFunctionBorrowedMut output)
SERVO_BINDING_FUNC(Servo_GetComputedKeyframeValues, void,
RawGeckoKeyframeListBorrowed keyframes,
RawGeckoElementBorrowed element,
ServoComputedValuesBorrowed style,
RawServoStyleSetBorrowed set,
RawGeckoComputedKeyframeValuesListBorrowedMut result)
-SERVO_BINDING_FUNC(Servo_AnimationValueMap_Push, void,
- RawServoAnimationValueMapBorrowedMut,
- nsCSSPropertyID property,
- RawServoAnimationValueBorrowed value)
SERVO_BINDING_FUNC(Servo_ComputedValues_ExtractAnimationValue,
RawServoAnimationValueStrong,
ServoComputedValuesBorrowed computed_values,
nsCSSPropertyID property)
SERVO_BINDING_FUNC(Servo_Property_IsAnimatable, bool,
nsCSSPropertyID property)
SERVO_BINDING_FUNC(Servo_Property_IsDiscreteAnimatable, bool,
nsCSSPropertyID property)