gecko-dev/dom/animation
Brian Birtles 728dbd075d Bug 1032573 part 4 - Add AnimationTimeline::ToTimelineTime helper method; r=dbaron
This patch simply factors out the conversion from a TimeStamp value to
a nullable-double value relative to the start of the timeline. This is so that,
in a subsequent patch, this functionality can be reused by ElementAnimation
when it reports its start time (which is currently recorded as a TimeStamp).
2014-07-16 09:02:30 +09:00
..
test Bug 998246 part 5 - Add tests for AnimationTimeline; r=dholbert 2014-05-13 16:22:13 +09:00
AnimationTimeline.cpp Bug 1032573 part 4 - Add AnimationTimeline::ToTimelineTime helper method; r=dbaron 2014-07-16 09:02:30 +09:00
AnimationTimeline.h Bug 1032573 part 4 - Add AnimationTimeline::ToTimelineTime helper method; r=dbaron 2014-07-16 09:02:30 +09:00
moz.build Bug 998246 part 5 - Add tests for AnimationTimeline; r=dholbert 2014-05-13 16:22:13 +09:00