mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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]
|
#[no_mangle]
|
||||||
pub extern "C" fn Servo_StyleSet_FillKeyframesForName(raw_data: RawServoStyleSetBorrowed,
|
pub extern "C" fn Servo_StyleSet_GetKeyframesForName(raw_data: RawServoStyleSetBorrowed,
|
||||||
name: *const nsACString,
|
name: *const nsACString,
|
||||||
inherited_timing_function: nsTimingFunctionBorrowed,
|
inherited_timing_function: nsTimingFunctionBorrowed,
|
||||||
style: ServoComputedValuesBorrowed,
|
style: ServoComputedValuesBorrowed,
|
||||||
keyframes: RawGeckoKeyframeListBorrowedMut) -> bool {
|
keyframes: RawGeckoKeyframeListBorrowedMut) -> bool {
|
||||||
debug_assert!(keyframes.len() == 0,
|
debug_assert!(keyframes.len() == 0,
|
||||||
"keyframes should be initially empty");
|
"keyframes should be initially empty");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue