| Index: Source/core/html/shadow/MediaControlElements.h
|
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
|
| index 85d2bacd67154cada72a1f71a4c9031900c3c9e0..25899fd7cb67be5786724da64206f4bd242cb501 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.h
|
| +++ b/Source/core/html/shadow/MediaControlElements.h
|
| @@ -139,11 +139,15 @@ public:
|
|
|
| virtual void updateDisplayType() OVERRIDE;
|
|
|
| + void setVisible(bool);
|
| +
|
| private:
|
| explicit MediaControlOverlayPlayButtonElement(Document&);
|
|
|
| virtual const AtomicString& shadowPseudoId() const OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| +
|
| + bool m_visible;
|
| };
|
|
|
| // ----------------------------
|
|
|