Chromium Code Reviews| Index: Source/core/html/shadow/MediaControlElements.h |
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h |
| index 6db1d5882196dcf844d8556400cb0c85c97eb9cb..3ddc8f3ed1362c52743092ab7bf65b1b8236b5b0 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; } |
|
philipj_slow
2015/02/16 10:45:18
What about m_isDisplayed? I assume you want to che
Tima Vaisburd
2015/02/16 20:32:11
Thank you, I did not pay enough attention to this.
philipj_slow
2015/02/17 02:37:24
http://trac.webkit.org/changeset/115125 is where m
|
| + |
| private: |
| explicit MediaControlPanelElement(MediaControls&); |