Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 3bQbda2PJLX
  • Loading branch information
kuoe0 committed Jun 5, 2017
1 parent 3a15cbd commit 00d3fc2
Show file tree
Hide file tree
Showing 3 changed files with 2,885 additions and 1,356 deletions.
11 changes: 10 additions & 1 deletion components/style/gecko/generated/bindings.rs
Expand Up @@ -201,6 +201,7 @@ use gecko_bindings::structs::nscolor;
use gecko_bindings::structs::nscoord;
use gecko_bindings::structs::nsresult;
use gecko_bindings::structs::Loader;
use gecko_bindings::structs::LoaderReusableStyleSheets;
use gecko_bindings::structs::ServoStyleSheet;
use gecko_bindings::structs::EffectCompositor_CascadeLevel;
use gecko_bindings::structs::UpdateAnimationsTasks;
Expand Down Expand Up @@ -540,6 +541,8 @@ extern "C" {
extern "C" {
pub fn Gecko_LoadStyleSheet(loader: *mut Loader,
parent: *mut ServoStyleSheet,
reusable_sheets:
*mut LoaderReusableStyleSheets,
child_sheet: RawServoStyleSheetBorrowed,
base_url_data: *mut RawGeckoURLExtraData,
url_bytes: *const u8, url_length: u32,
Expand Down Expand Up @@ -1769,7 +1772,9 @@ extern "C" {
data: *const nsACString,
extra_data:
*mut RawGeckoURLExtraData,
line_number_offset: u32);
line_number_offset: u32,
reusable_sheets:
*mut LoaderReusableStyleSheets);
}
extern "C" {
pub fn Servo_StyleSheet_HasRules(sheet: RawServoStyleSheetBorrowed)
Expand Down Expand Up @@ -1799,6 +1804,10 @@ extern "C" {
extern "C" {
pub fn Servo_StyleSet_RebuildData(set: RawServoStyleSetBorrowed);
}
extern "C" {
pub fn Servo_StyleSet_MediumFeaturesChanged(set: RawServoStyleSetBorrowed)
-> bool;
}
extern "C" {
pub fn Servo_StyleSet_AppendStyleSheet(set: RawServoStyleSetBorrowed,
sheet: RawServoStyleSheetBorrowed,
Expand Down

0 comments on commit 00d3fc2

Please sign in to comment.