mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2f7bcc48d5
When restoring the refresh driver after testing we can arrive at a situation where a layer has an animation that has yet to start. However, calling ElementAnimations::GetPositionInIteration with a negative value from the compositor thread is an error. This patch detects animations on the compositor thread that are yet-to-start and skips them when sampling. It also moves the activeAnimations = true line up as otherwise we would need special logic to wake up the compositor after the delay has finished. |
||
---|---|---|
.. | ||
2d | ||
angle | ||
cairo | ||
gl | ||
graphite2 | ||
harfbuzz | ||
ipc | ||
layers | ||
ots | ||
qcms | ||
skia | ||
src | ||
tests | ||
thebes | ||
ycbcr | ||
moz.build |