Add an update_stylesheet method to StylesheetSet.

MozReview-Commit-ID: KlRkApYL8wk
This commit is contained in:
Brad Werth 2017-06-19 10:23:00 -07:00 committed by Brad Werth
parent b50cf33efd
commit c617649e67
3 changed files with 33 additions and 0 deletions

View file

@ -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: