| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 54a56ea19e21c83c4b8e10e492b321be84e5dd8a..2275bf7d463916e4c3651de4f5b4ab5e4648921f 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -101,8 +101,10 @@ private:
|
|
|
| void updateDisplayState() override;
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
| + DisplayMode displayMode() const override { return m_displayMode; }
|
| void setDisplayMode(DisplayMode) override;
|
|
|
| + DisplayMode m_displayMode;
|
| OwnPtrWillBeMember<HTMLImageLoader> m_imageLoader;
|
|
|
| AtomicString m_defaultPosterURL;
|
|
|