| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 1d062560a4ca6264fc0da0b46d9157351eea507a..2b404aa3a99268ed8016837eea509904e89aa20c 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -314,7 +314,7 @@ protected:
|
|
|
| virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
|
|
|
| - enum DisplayMode { Unknown, Poster, PosterWaitingForVideo, Video };
|
| + enum DisplayMode { Unknown, Poster, Video };
|
| DisplayMode displayMode() const { return m_displayMode; }
|
| virtual void setDisplayMode(DisplayMode mode) { m_displayMode = mode; }
|
|
|
|
|