Bug 1298588 part 10, servo piece. Pass through useful default styles to apply_declarations(). r=bholley

This commit is contained in:
Boris Zbarsky 2017-01-04 13:50:23 -05:00
parent 61f6025dc3
commit c826b18f87
4 changed files with 11 additions and 5 deletions

View file

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