Chromium Code Reviews
DescriptionMake the video layer visibility configurable in OverlayFullscreenVideo mode
OverlayFullscreenVideo initially always hid the video GraphicsLayer, but
that was changed to always show it in http://crrev.com/1907753002.
That approach doesn't work when the media player is WebMediaPlayerAndroid
and the video has a background image because it made the background visible.
This CL reverts that change to do it a better way: now the WebMediaPlayer
can choose whether the video layer is hidden. So WMPA can hide it as it
always has, and WMPI can make it visible.
TEST=LayoutTests
BUG=615245, 603521
Patch Set 1 #Messages
Total messages: 5 (2 generated)
|