Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update bindings.
MozReview-Commit-ID: 8hyaJxfSi9L
  • Loading branch information
bholley committed Sep 28, 2017
1 parent ffa0338 commit e2c0ca5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/style/gecko/generated/bindings.rs
Expand Up @@ -1560,6 +1560,17 @@ extern "C" {
extern "C" {
pub fn Gecko_ShouldCreateStyleThreadPool() -> bool;
}
extern "C" {
pub fn Gecko_GetSystemPageSize() -> usize;
}
extern "C" {
pub fn Gecko_ProtectBuffer(buffer: *mut ::std::os::raw::c_void,
size: usize);
}
extern "C" {
pub fn Gecko_UnprotectBuffer(buffer: *mut ::std::os::raw::c_void,
size: usize);
}
extern "C" {
pub fn Gecko_Construct_Default_nsStyleFont(ptr: *mut nsStyleFont,
pres_context:
Expand Down Expand Up @@ -2989,6 +3000,10 @@ extern "C" {
*const ServoRawOffsetArc<RustString>)
-> ServoRawOffsetArc<RustString>;
}
extern "C" {
pub fn Servo_CorruptRuleHashAndCrash(set: RawServoStyleSetBorrowed,
index: usize);
}
extern "C" {
pub fn Gecko_CreateCSSErrorReporter(sheet: *mut ServoStyleSheet,
loader: *mut Loader, uri: *mut nsIURI)
Expand Down

0 comments on commit e2c0ca5

Please sign in to comment.