mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1204069 - Change the display rule of the statusOverlay for VideoControl. r=dolske
--HG-- extra : rebase_source : bb6bacf9606965786c39807f7e08eb7a854f427f
This commit is contained in:
parent
2bc6fae605
commit
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user