Bug 1274104 part 3 - Always treat fullscreen button is available. r=jaws

MozReview-Commit-ID: 6wZFpBdOVqR

--HG--
extra : source : 17e4ecfa917e8c960b8e2c938376bab9bc7e0fd7
This commit is contained in:
Xidorn Quan 2016-05-24 13:21:22 +10:00
parent d8df489d29
commit ae15e34286

View File

@ -29,8 +29,8 @@ const playButtonHeight = 28;
const muteButtonWidth = 33;
const muteButtonHeight = 28;
const durationWidth = 34;
const fullscreenButtonWidth = document.fullscreenEnabled ? 28 : 0;
const fullscreenButtonHeight = document.fullscreenEnabled ? 28 : 0;
const fullscreenButtonWidth = 28;
const fullscreenButtonHeight = 28;
const volumeSliderWidth = 32;
const scrubberWidth = videoWidth - playButtonWidth - durationWidth - muteButtonWidth - volumeSliderWidth - fullscreenButtonWidth;
const scrubberHeight = 28;