Bug 829042 - Remove dead PlaybacKRateChanged member. r=cpearce

This commit is contained in:
Paul Adenot 2013-01-18 16:57:17 +01:00
Родитель 1873712f02
Коммит 4eb69ec050
2 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -609,12 +609,6 @@ nsresult MediaDecoder::Seek(double aTime)
return ScheduleStateMachineThread();
}
nsresult MediaDecoder::PlaybackRateChanged()
{
MOZ_ASSERT(NS_IsMainThread());
return NS_ERROR_NOT_IMPLEMENTED;
}
double MediaDecoder::GetCurrentTime()
{
MOZ_ASSERT(NS_IsMainThread());

Просмотреть файл

@ -326,11 +326,6 @@ public:
// called.
virtual nsresult Play();
// Called by the element when the playback rate has been changed.
// Adjust the speed of the playback, optionally with pitch correction,
// when this is called.
virtual nsresult PlaybackRateChanged();
// Pause video playback.
virtual void Pause();
// Adjust the speed of the playback, optionally with pitch correction,