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

MozReview-Commit-ID: 39gWkeIs11F

--HG--
extra : rebase_source : 6d94af4fd16fbc705ad9847643ed22b148de563b
This commit is contained in:
Brian Birtles 2016-12-08 14:45:57 -10:00
parent 75d98cae1d
commit 3a6e8529d3

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,