| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index dc1edab351f8d140283aa8b76a3a0fe880d1ad26..05df58422413ce3b9d9df380bd9f859b10c60792 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -197,6 +197,8 @@ public:
|
|
|
| virtual void mediaPlayerDidAddTrack(blink::WebInbandTextTrack*) OVERRIDE FINAL;
|
| virtual void mediaPlayerDidRemoveTrack(blink::WebInbandTextTrack*) OVERRIDE FINAL;
|
| + // FIXME: Remove this when WebMediaPlayerClientImpl::loadInternal does not depend on it.
|
| + virtual KURL mediaPlayerPosterURL() OVERRIDE { return KURL(); }
|
|
|
| struct TrackGroup {
|
| enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other };
|
|
|