Merge mozilla-central to autoland

This commit is contained in:
Carsten "Tomcat" Book
2017-01-12 10:39:04 +01:00
410 changed files with 35928 additions and 1219 deletions

View File

@@ -613,12 +613,16 @@ SampleValue(float aPortion, const Animation& aAnimation,
// below StyleAnimationValues.
startValue =
StyleAnimationValue::Accumulate(aAnimation.property(),
aLastValue,
aLastValue.IsNull()
? aUnderlyingValue
: aLastValue,
Move(startValue),
aCurrentIteration);
endValue =
StyleAnimationValue::Accumulate(aAnimation.property(),
aLastValue,
aLastValue.IsNull()
? aUnderlyingValue
: aLastValue,
Move(endValue),
aCurrentIteration);
}