| Index: third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
|
| index f9a769e38e3d3288e2079948a0fec80f6adb5875..ed01012ff4cb30e2c8a80bf5d6a1335c43686478 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
|
| @@ -174,6 +174,10 @@ void MediaControlPanelElement::didBecomeVisible() {
|
| mediaElement().mediaControlsDidBecomeVisible();
|
| }
|
|
|
| +bool MediaControlPanelElement::isOpaque() const {
|
| + return m_opaque;
|
| +}
|
| +
|
| void MediaControlPanelElement::makeOpaque() {
|
| if (m_opaque)
|
| return;
|
|
|