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

MozReview-Commit-ID: 6wZFpBdOVqR

--HG--
extra : source : 87504dd0ba05da7733a7a4d83aacc4ff0f548daf
This commit is contained in:
Xidorn Quan 2016-05-25 09:39:38 +10:00
parent 242697acbf
commit 654adde71c

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;