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

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

Issue 1297983002: Update poster code as per https://html.spec.whatwg.org/#show-poster-flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
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;

Powered by Google App Engine
This is Rietveld 408576698