mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3d5b51ab69
As part of supporting arbitrary timelines, we'd like to pass null times to the function that calculates computed timing. Incidentally, this also provides a means for evaluating calculating timing parameters that are independent of the current time (currently only the active duration) without requiring a valid time. This patch updates the signature of ElementAnimation::GetComputedTimingAt to take a nullable time duration. We use the Nullable wrapper to represent null TimeDurations since, unlike, TimeStamp, TimeDuration does not include a null state. |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |