Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1190)

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 525773002: Remove PosterWaitingForVideo which is redundant (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLVideoElement.h » ('j') | Source/core/html/HTMLVideoElement.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | Source/core/html/HTMLVideoElement.h » ('j') | Source/core/html/HTMLVideoElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698