mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bug 1298588 part 4, servo piece. Recreate the default computed values for a document as needed. r=bholley
This commit is contained in:
parent
34bb2f1e6c
commit
a5ac55c8ff
2 changed files with 14 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue