mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
style: update bindings.
This commit is contained in:
parent
7d2e2e25d6
commit
d8234fef82
4 changed files with 744 additions and 477 deletions
|
@ -1087,8 +1087,8 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_CalcStyleDifference(old_style: ServoStyleContextBorrowed,
|
||||
new_style: ServoStyleContextBorrowed,
|
||||
old_style_bits: u64,
|
||||
any_style_changed: *mut bool) -> u32;
|
||||
any_style_changed: *mut bool,
|
||||
reset_only_changed: *mut bool) -> u32;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetElementSnapshot(table: *const ServoElementSnapshotTable,
|
||||
|
@ -1969,6 +1969,11 @@ extern "C" {
|
|||
RawServoStyleSheetContentsBorrowed)
|
||||
-> usize;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSheet_GetSourceMapURL(sheet:
|
||||
RawServoStyleSheetContentsBorrowed,
|
||||
result: *mut nsAString);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSheet_GetOrigin(sheet:
|
||||
RawServoStyleSheetContentsBorrowed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue