style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-05 11:23:19 +01:00
parent 1804f135ec
commit 001653080d
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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;
}