https://github.com/mozilla/gecko-dev
Revision f3593b3f8aa438aa0da25d2f009b5db87bb084e4 authored by Brian Birtles on 28 May 2014, 07:51:50 UTC, committed by Brian Birtles on 28 May 2014, 07:51:50 UTC
In the IPC Animation struct used in layers code we have a member called
'numIterations' where 'iterate forever' is represented by -1.

In layout/style however we have an AnimationTiming struct with an
mIterationCount member where 'iterate forever' is represented by
NS_IEEEPositiveInfinity().

This patch renames 'numIterations' to 'iterationCount' and uses infinity to
represent 'iterate forever'.
1 parent 7b6c6a2
History
Tip revision: f3593b3f8aa438aa0da25d2f009b5db87bb084e4 authored by Brian Birtles on 28 May 2014, 07:51:50 UTC
Bug 1015803 - Align Layers' Animation.numIterations with AnimationTiming.mIterationCount; r=dholbert
Tip revision: f3593b3

README.txt

back to top