style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2018-03-03 00:56:12 +01:00
parent da94feb11a
commit 98e4c08c64
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 1663 additions and 100 deletions

View file

@ -1140,10 +1140,7 @@ extern "C" {
pub fn Gecko_ReleaseImageValueArbitraryThread(aPtr: *mut ImageValue);
}
extern "C" {
pub fn Gecko_ImageValue_Create(
aURI: ServoBundledURI,
aURIString: ServoRawOffsetArc<RustString>,
) -> *mut ImageValue;
pub fn Gecko_ImageValue_Create(aURI: ServoBundledURI) -> *mut ImageValue;
}
extern "C" {
pub fn Gecko_ImageValue_SizeOfIncludingThis(aImageValue: *mut ImageValue) -> usize;

File diff suppressed because it is too large Load diff