Bug 1298588 part 4, servo piece. Recreate the default computed values for a document as needed. r=bholley

This commit is contained in:
Boris Zbarsky 2017-01-04 13:40:19 -05:00
parent 34bb2f1e6c
commit a5ac55c8ff
2 changed files with 14 additions and 0 deletions

View file

@ -1160,6 +1160,12 @@ extern "C" {
pub fn Servo_StyleSet_Init(pres_context: RawGeckoPresContextBorrowed)
-> RawServoStyleSetOwned;
}
extern "C" {
pub fn Servo_StyleSet_RecomputeDefaultStyles(set:
RawServoStyleSetBorrowed,
pres_context:
RawGeckoPresContextBorrowed);
}
extern "C" {
pub fn Servo_StyleSet_AppendStyleSheet(set: RawServoStyleSetBorrowed,
sheet: RawServoStyleSheetBorrowed,