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" {

File diff suppressed because one or more lines are too long