style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2017-07-23 22:11:35 +02:00
parent 5b3bb04d4a
commit aea24fa81e
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -746,6 +746,12 @@ extern "C" {
RawGeckoElementBorrowed) RawGeckoElementBorrowed)
-> RawServoDeclarationBlockStrongBorrowedOrNull; -> RawServoDeclarationBlockStrongBorrowedOrNull;
} }
extern "C" {
pub fn Gecko_IsPrivateBrowsingEnabled(aDoc: *const nsIDocument) -> bool;
}
extern "C" {
pub fn Gecko_AreVisitedLinksEnabled() -> bool;
}
extern "C" { extern "C" {
pub fn Gecko_GetAnimationRule(aElementOrPseudo: RawGeckoElementBorrowed, pub fn Gecko_GetAnimationRule(aElementOrPseudo: RawGeckoElementBorrowed,
aCascadeLevel: aCascadeLevel: