diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-12-05 11:07:37 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-12-05 11:07:37 +0100 |
commit | dcd81b92e02550da20290163ca08d0c1725f8d70 (patch) | |
tree | bd3ba1540860eed1c46c547e1209f955586a49ff /components/style/gecko/generated/bindings.rs | |
parent | 005fd9cfa864a22473d0cdb980a11b874bcd1b03 (diff) | |
download | servo-dcd81b92e02550da20290163ca08d0c1725f8d70.tar.gz servo-dcd81b92e02550da20290163ca08d0c1725f8d70.zip |
style: Update bindings.
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index b7757bc3f31..2e8c473890a 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -529,14 +529,10 @@ extern "C" { } 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" { pub fn Gecko_GetXMLLangValue ( element : RawGeckoElementBorrowed , ) -> * mut nsAtom ; @@ -601,8 +597,6 @@ extern "C" { } 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" { pub fn Gecko_CopyAnimationNames ( aDest : RawGeckoStyleAnimationListBorrowedMut , aSrc : RawGeckoStyleAnimationListBorrowed , ) ; |