| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 1fc90b8d3df0cb12ee63b14670d95401777bdc40..13122fdb80d944dbd4ca6566404f731455f67eec 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -65,6 +65,9 @@ public:
|
|
|
| KURL posterImageURL() const;
|
|
|
| + // FIXME: Remove this when WebMediaPlayerClientImpl::loadInternal does not depend on it.
|
| + virtual KURL mediaPlayerPosterURL() OVERRIDE;
|
| +
|
| private:
|
| HTMLVideoElement(Document&);
|
|
|
|
|