Skip to content

Commit

Permalink
style: Update Gecko bindings
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: FUsLXeucoz2
  • Loading branch information
aethanyc committed Nov 29, 2017
1 parent 923ffcf commit 14ec5a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
6 changes: 4 additions & 2 deletions components/style/gecko/generated/bindings.rs
Expand Up @@ -817,6 +817,8 @@ extern "C" {
pub fn Gecko_DestroyShapeSource ( shape : * mut StyleShapeSource , ) ;
} extern "C" {
pub fn Gecko_NewBasicShape ( shape : * mut StyleShapeSource , type_ : StyleBasicShapeType , ) ;
} extern "C" {
pub fn Gecko_NewShapeImage ( shape : * mut StyleShapeSource , ) ;
} extern "C" {
pub fn Gecko_StyleShapeSource_SetURLValue ( shape : * mut StyleShapeSource , uri : ServoBundledURI , ) ;
} extern "C" {
Expand Down Expand Up @@ -1578,7 +1580,7 @@ extern "C" {
} extern "C" {
pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ;
} extern "C" {
pub fn Servo_ParseTransformIntoMatrix ( value : * const nsAString , contains_3d_transform : * mut bool , result : * mut RawGeckoGfxMatrix4x4 , ) -> bool ;
pub fn Servo_ParseTransformIntoMatrix ( value : * const nsAString , contains_3d_transform : * mut bool , result : * mut RawGeckoGfxMatrix4x4 , ) -> bool ;
} extern "C" {
pub fn Gecko_CreateCSSErrorReporter ( sheet : * mut ServoStyleSheet , loader : * mut Loader , uri : * mut nsIURI , ) -> * mut ErrorReporter ;
} extern "C" {
Expand All @@ -1589,4 +1591,4 @@ extern "C" {
pub fn Gecko_ContentList_AppendAll ( aContentList : * mut nsSimpleContentList , aElements : * mut * const RawGeckoElement , aLength : usize , ) ;
} extern "C" {
pub fn Gecko_GetElementsWithId ( aDocument : * const nsIDocument , aId : * mut nsAtom , ) -> * const nsTArray < * mut Element > ;
}
}
38 changes: 19 additions & 19 deletions components/style/gecko/generated/structs.rs

Large diffs are not rendered by default.

0 comments on commit 14ec5a6

Please sign in to comment.