mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29b49734b6
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'. |
||
---|---|---|
.. | ||
2d | ||
angle | ||
cairo | ||
doc | ||
gl | ||
graphite2 | ||
harfbuzz | ||
ipc | ||
layers | ||
ots | ||
qcms | ||
skia | ||
src | ||
tests | ||
thebes | ||
ycbcr | ||
moz.build |