Bug 1322589 - Correct description of StyleAnimationValue::Accumulate; r=hiro
MozReview-Commit-ID: 39gWkeIs11F
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user