mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
style: Update bindings.
This commit is contained in:
parent
1804f135ec
commit
001653080d
1 changed files with 6 additions and 0 deletions
|
@ -1179,6 +1179,12 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_NoteAnimationOnlyDirtyElement(element: RawGeckoElementBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_AnimationNameMayBeReferencedFromStyle(
|
||||
pres_context: RawGeckoPresContextBorrowed,
|
||||
name: *mut nsAtom,
|
||||
) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetImplementedPseudo(element: RawGeckoElementBorrowed) -> CSSPseudoElementType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue