Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index f02c93aae0b21da1c62f06da44943500a863c69e..8abc080de33f505906256742387bdfc1d803b873 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -72,12 +72,9 @@ public: |
bool shouldDisplayPosterImage() const { return displayMode() == Poster; } |
- KURL posterImageURL() const; |
- |
bool hasAvailableVideoFrame() const; |
- // FIXME: Remove this when WebMediaPlayerClientImpl::loadInternal does not depend on it. |
- KURL mediaPlayerPosterURL() override; |
+ KURL posterImageURL() const override; |
// CanvasImageSource implementation |
PassRefPtr<Image> getSourceImageForCanvas(SourceImageMode, SourceImageStatus*) const override; |