mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add a reusable sheets parameter to Servo_StyleSheet_FromUTF8Bytes.
MozReview-Commit-ID: DdMQpUY1WcJ
This commit is contained in:
parent
6eb46b1a39
commit
cdcd7edb01
2 changed files with 8 additions and 4 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue