Bug 1204069 - Change the display rule of the statusOverlay for VideoControl. r=dolske

--HG--
extra : rebase_source : bb6bacf9606965786c39807f7e08eb7a854f427f
This commit is contained in:
Ethan Lin 2015-11-13 00:23:00 +01:00
parent 2bc6fae605
commit 092113d053

View File

@ -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;