зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324339. Part 6 - remove mIsAudioQueueFinished which is not set at all. r=kaku
MozReview-Commit-ID: 6Ilvqigonga --HG-- extra : rebase_source : 3de29cc1480addbccb218df4029870da118e33b8 extra : intermediate-source : 2aad62c93f1a5779d74dca3d9de27e2d6438d40b extra : source : ce2e1387858bab2dc8a7e2a1afb517e49b0f55a8
This commit is contained in:
Родитель
9072432de0
Коммит
58428cf531
|
@ -1453,10 +1453,6 @@ private:
|
|||
|
||||
void OnSeekTaskResolved()
|
||||
{
|
||||
if (mIsAudioQueueFinished) {
|
||||
AudioQueue().Finish();
|
||||
}
|
||||
|
||||
if (mIsVideoQueueFinished) {
|
||||
VideoQueue().Finish();
|
||||
}
|
||||
|
@ -1466,10 +1462,6 @@ private:
|
|||
|
||||
void OnSeekTaskRejected(MediaResult aError)
|
||||
{
|
||||
if (mIsAudioQueueFinished) {
|
||||
AudioQueue().Finish();
|
||||
}
|
||||
|
||||
if (mIsVideoQueueFinished) {
|
||||
VideoQueue().Finish();
|
||||
}
|
||||
|
@ -1547,7 +1539,6 @@ private:
|
|||
/*
|
||||
* Information which are going to be returned to MDSM.
|
||||
*/
|
||||
bool mIsAudioQueueFinished = false;
|
||||
bool mIsVideoQueueFinished = false;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче