Bug 1371518 - Drop Servo_AnimationValueMap_Push; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Thu, 15 Jun 2017 09:49:14 +0900
changeset 594416 94f2832af0e7047aa9ac62a832e0ebb44a90d086
parent 594415 bf62586ac5fbd7b6e9a52a8692e37d0b6b0781d5
child 594417 38f7043a196299427b961bc40f77e4c3f9602bc9
push id64022
push userbbirtles@mozilla.com
push dateThu, 15 Jun 2017 01:32:06 +0000
reviewershiro
bugs1371518, 1311257
milestone56.0a1
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
layout/style/ServoBindingList.h
--- 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)