Index: Source/core/html/shadow/MediaControls.cpp |
diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp |
index a82cf61a972561ce95f6b1ac0a02448cd35400ed..7cf45f5a2dbef978f94fe66440edbff63f6f2876 100644 |
--- a/Source/core/html/shadow/MediaControls.cpp |
+++ b/Source/core/html/shadow/MediaControls.cpp |
@@ -203,6 +203,8 @@ void MediaControls::hide() |
{ |
m_panel->setIsDisplayed(false); |
m_panel->hide(); |
+ if (m_overlayPlayButton) |
+ m_overlayPlayButton->hide(); |
acolwell GONE FROM CHROMIUM
2014/07/01 17:06:22
It seems like there should coorresponding "show" l
|
} |
void MediaControls::makeOpaque() |