mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Rename FillKeyframesForName to GetKeyframesForName.
This commit is contained in:
parent
b656d17c5a
commit
b155b1b83a
1 changed files with 5 additions and 5 deletions
|
@ -2248,11 +2248,11 @@ fn fill_in_missing_keyframe_values(all_properties: &[TransitionProperty],
|
|||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn Servo_StyleSet_FillKeyframesForName(raw_data: RawServoStyleSetBorrowed,
|
||||
name: *const nsACString,
|
||||
inherited_timing_function: nsTimingFunctionBorrowed,
|
||||
style: ServoComputedValuesBorrowed,
|
||||
keyframes: RawGeckoKeyframeListBorrowedMut) -> bool {
|
||||
pub extern "C" fn Servo_StyleSet_GetKeyframesForName(raw_data: RawServoStyleSetBorrowed,
|
||||
name: *const nsACString,
|
||||
inherited_timing_function: nsTimingFunctionBorrowed,
|
||||
style: ServoComputedValuesBorrowed,
|
||||
keyframes: RawGeckoKeyframeListBorrowedMut) -> bool {
|
||||
debug_assert!(keyframes.len() == 0,
|
||||
"keyframes should be initially empty");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue