mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Bug 1298588 part 10, servo piece. Pass through useful default styles to apply_declarations(). r=bholley
This commit is contained in:
parent
61f6025dc3
commit
c826b18f87
4 changed files with 11 additions and 5 deletions
|
@ -1248,7 +1248,8 @@ extern "C" {
|
|||
-> RawServoDeclarationBlockStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_RestyleWithAddedDeclaration(declarations:
|
||||
pub fn Servo_RestyleWithAddedDeclaration(set: RawServoStyleSetBorrowed,
|
||||
declarations:
|
||||
RawServoDeclarationBlockBorrowed,
|
||||
previous_style:
|
||||
ServoComputedValuesBorrowed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue