Bug 1061046. Part 19: Eliminate TrackTicks in favour of StreamTime. r=karlt

This commit is contained in:
Robert O'Callahan
2014-09-18 17:20:43 +12:00
parent 403cd47924
commit d9dae40392
51 changed files with 224 additions and 231 deletions

View File

@@ -65,7 +65,7 @@ protected:
virtual bool AppendToTrack(SourceMediaStream* aSource,
layers::Image* aImage,
TrackID aID,
TrackTicks delta);
StreamTime delta);
static bool IsWithin(int32_t n, const dom::ConstrainLongRange& aRange);
static bool IsWithin(double n, const dom::ConstrainDoubleRange& aRange);