Bug 1322589 - Correct description of StyleAnimationValue::Accumulate; r=hiro

MozReview-Commit-ID: 39gWkeIs11F
This commit is contained in:
Brian Birtles
2016-12-08 14:45:57 -10:00
parent 53949393df
commit a819db7bf1

View File

@@ -147,10 +147,10 @@ public:
StyleAnimationValue& aResultValue);
/**
* Accumulates |aA| onto |aA| |aCount| times then accumulates |aB| onto the
* result.
* Accumulates |aA| onto |aA| (|aCount| - 1) times then accumulates |aB| onto
* the result.
* If |aCount| is zero or no accumulation or addition procedure is defined
* for |aProperty| the result will be |aB|.
* for |aProperty|, the result will be |aB|.
*/
static StyleAnimationValue
Accumulate(nsCSSPropertyID aProperty,