Bug 1298588 part 7, servo piece. Stop using initial_values in general in Gecko glue code. r=bholley

This commit is contained in:
Boris Zbarsky 2017-01-04 13:45:15 -05:00
parent c313c8d17e
commit d3e34db508
2 changed files with 6 additions and 3 deletions

View file

@ -1387,6 +1387,7 @@ extern "C" {
}
extern "C" {
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
set: RawServoStyleSetBorrowed,
consume: ConsumeStyleBehavior)
-> ServoComputedValuesStrong;
}