Add a reusable sheets parameter to Servo_StyleSheet_FromUTF8Bytes.

MozReview-Commit-ID: DdMQpUY1WcJ
This commit is contained in:
Brad Werth 2017-08-22 14:02:22 -07:00 committed by Brad Werth
parent 6eb46b1a39
commit cdcd7edb01
2 changed files with 8 additions and 4 deletions

View file

@ -1929,7 +1929,9 @@ extern "C" {
extra_data:
*mut RawGeckoURLExtraData,
line_number_offset: u32,
quirks_mode: nsCompatibility)
quirks_mode: nsCompatibility,
reusable_sheets:
*mut LoaderReusableStyleSheets)
-> RawServoStyleSheetContentsStrong;
}
extern "C" {