Bug 1338087 - Drop Servo_RestyleWithAddedDeclaration. r=manishearth

MozReview-Commit-ID: KnhvwYsR7Pf
This commit is contained in:
Boris Chiou 2017-02-13 12:24:58 +08:00
parent dd6d7ae59d
commit 7ed37d27d8
2 changed files with 2 additions and 40 deletions

View file

@ -1271,14 +1271,6 @@ extern "C" {
principal: *mut ThreadSafePrincipalHolder)
-> RawServoDeclarationBlockStrong;
}
extern "C" {
pub fn Servo_RestyleWithAddedDeclaration(set: RawServoStyleSetBorrowed,
declarations:
RawServoDeclarationBlockBorrowed,
previous_style:
ServoComputedValuesBorrowed)
-> ServoComputedValuesStrong;
}
extern "C" {
pub fn Servo_AnimationValues_Populate(arg1:
RawGeckoAnimationValueListBorrowedMut,