mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Check Gecko pref before parsing frames() timing function
This commit is contained in:
parent
6320702002
commit
8daeeb159a
2 changed files with 20 additions and 2 deletions
|
@ -803,6 +803,9 @@ extern "C" {
|
|||
ComputedTimingFunction_BeforeFlag)
|
||||
-> f64;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsFramesTimingEnabled() -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_AnimationGetBaseStyle(aBaseStyles:
|
||||
*mut ::std::os::raw::c_void,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue