зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1204069 - Change the display rule of the statusOverlay for VideoControl. r=dolske
--HG-- extra : rebase_source : bb6bacf9606965786c39807f7e08eb7a854f427f
This commit is contained in:
Родитель
2bc6fae605
Коммит
092113d053
|
@ -380,7 +380,7 @@
|
|||
? this.video.readyState < this.video.HAVE_CURRENT_DATA
|
||||
: this.video.readyState < this.video.HAVE_FUTURE_DATA)) ||
|
||||
(this.timeUpdateCount <= 1 && !this.video.ended &&
|
||||
this.video.readyState < this.video.HAVE_ENOUGH_DATA &&
|
||||
this.video.readyState < this.video.HAVE_FUTURE_DATA &&
|
||||
this.video.networkState == this.video.NETWORK_LOADING))
|
||||
show = true;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче