Index: Source/core/html/shadow/MediaControlElements.h |
diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h |
index 81b30db1caf8e5033399f7e3bea8a6c6c3afd290..e0de3da7cdff8998644dc41a1f5a7b701f2cab49 100644 |
--- a/Source/core/html/shadow/MediaControlElements.h |
+++ b/Source/core/html/shadow/MediaControlElements.h |
@@ -45,6 +45,8 @@ public: |
void makeOpaque(); |
void makeTransparent(); |
+ bool isOpaque() const { return m_opaque; } |
+ |
private: |
explicit MediaControlPanelElement(MediaControls&); |