style: Update Gecko bindings

MozReview-Commit-ID: FUsLXeucoz2
This commit is contained in:
Ting-Yu Lin 2017-11-26 17:06:31 +08:00 committed by Ting-Yu Lin
parent 923ffcf2cc
commit 14ec5a662f
2 changed files with 23 additions and 21 deletions

View file

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

File diff suppressed because one or more lines are too long