mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Sync bindings.
This commit is contained in:
parent
7c5fabaf83
commit
9c77dd8de6
1 changed files with 3 additions and 1 deletions
|
@ -1804,7 +1804,9 @@ extern "C" {
|
||||||
before_unique_id: u64);
|
before_unique_id: u64);
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSet_FlushStyleSheets(set: RawServoStyleSetBorrowed);
|
pub fn Servo_StyleSet_FlushStyleSheets(set: RawServoStyleSetBorrowed,
|
||||||
|
doc_elem:
|
||||||
|
RawGeckoElementBorrowedOrNull);
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSet_NoteStyleSheetsChanged(set:
|
pub fn Servo_StyleSet_NoteStyleSheetsChanged(set:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue