| Index: Source/core/html/shadow/MediaControls.cpp
|
| diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp
|
| index e74b669b85eec4125572e9d62291b6cd9cb49b07..f105733293eb9b84c3ffebd05a17df6553f96a14 100644
|
| --- a/Source/core/html/shadow/MediaControls.cpp
|
| +++ b/Source/core/html/shadow/MediaControls.cpp
|
| @@ -110,7 +110,7 @@ void MediaControls::reset()
|
| refreshClosedCaptionsButtonVisibility();
|
|
|
| if (m_fullScreenButton) {
|
| - if (m_mediaController->supportsFullscreen() && m_mediaController->hasVideo())
|
| + if (m_mediaController->hasVideo())
|
| m_fullScreenButton->show();
|
| else
|
| m_fullScreenButton->hide();
|
|
|