style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2017-12-05 11:07:37 +01:00
parent 005fd9cfa8
commit dcd81b92e0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 341 additions and 35 deletions

View file

@ -528,14 +528,10 @@ extern "C" {
pub fn Gecko_LoadStyleSheet ( loader : * mut Loader , parent : * mut ServoStyleSheet , reusable_sheets : * mut LoaderReusableStyleSheets , base_url_data : * mut RawGeckoURLExtraData , url_bytes : * const u8 , url_length : u32 , media_list : RawServoMediaListStrong , ) -> * mut ServoStyleSheet ;
} extern "C" {
pub fn Gecko_ElementState ( element : RawGeckoElementBorrowed , ) -> u64 ;
} extern "C" {
pub fn Gecko_DocumentState ( aDocument : * const nsIDocument , ) -> u64 ;
} extern "C" {
pub fn Gecko_IsRootElement ( element : RawGeckoElementBorrowed , ) -> bool ;
} extern "C" {
pub fn Gecko_MatchesElement ( type_ : CSSPseudoClassType , element : RawGeckoElementBorrowed , ) -> bool ;
} extern "C" {
pub fn Gecko_Namespace ( element : RawGeckoElementBorrowed , ) -> * mut nsAtom ;
} extern "C" {
pub fn Gecko_MatchLang ( element : RawGeckoElementBorrowed , override_lang : * mut nsAtom , has_override_lang : bool , value : * const u16 , ) -> bool ;
} extern "C" {
@ -600,8 +596,6 @@ extern "C" {
pub fn Gecko_IsPrivateBrowsingEnabled ( aDoc : * const nsIDocument , ) -> bool ;
} extern "C" {
pub fn Gecko_GetAnimationRule ( aElementOrPseudo : RawGeckoElementBorrowed , aCascadeLevel : EffectCompositor_CascadeLevel , aAnimationValues : RawServoAnimationValueMapBorrowedMut , ) -> bool ;
} extern "C" {
pub fn Gecko_GetSMILOverrideDeclarationBlock ( element : RawGeckoElementBorrowed , ) -> RawServoDeclarationBlockStrongBorrowedOrNull ;
} extern "C" {
pub fn Gecko_StyleAnimationsEquals ( arg1 : RawGeckoStyleAnimationListBorrowed , arg2 : RawGeckoStyleAnimationListBorrowed , ) -> bool ;
} extern "C" {

File diff suppressed because one or more lines are too long