mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add an update_stylesheet method to StylesheetSet.
MozReview-Commit-ID: KlRkApYL8wk
This commit is contained in:
parent
b50cf33efd
commit
c617649e67
3 changed files with 33 additions and 0 deletions
|
@ -1885,6 +1885,11 @@ extern "C" {
|
|||
unique_id: u64,
|
||||
before_unique_id: u64);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_UpdateStyleSheet(set: RawServoStyleSetBorrowed,
|
||||
sheet: RawServoStyleSheetBorrowed,
|
||||
unique_id: u64);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_FlushStyleSheets(set: RawServoStyleSetBorrowed,
|
||||
doc_elem:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue