Bug 1298588 part 6, servo piece. Stop using initial_values when doing inheritance in Gecko glue code. r=bholley

This commit is contained in:
Boris Zbarsky 2017-01-04 13:44:08 -05:00
parent 56941d61a7
commit c313c8d17e
3 changed files with 10 additions and 13 deletions

View file

@ -1361,7 +1361,8 @@ extern "C" {
-> ServoComputedValuesStrong;
}
extern "C" {
pub fn Servo_ComputedValues_Inherit(parent_style:
pub fn Servo_ComputedValues_Inherit(set: RawServoStyleSetBorrowed,
parent_style:
ServoComputedValuesBorrowedOrNull)
-> ServoComputedValuesStrong;
}