X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2Fpublic%2Fplatform%2FWebMediaPlayer.h;h=f329a926cbd2d1f578f8e096dd792256239171bb;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=0d83c8caf30f028e5080265cfdaba66f5cd6b0fa;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/public/platform/WebMediaPlayer.h b/src/third_party/WebKit/public/platform/WebMediaPlayer.h index 0d83c8c..f329a92 100644 --- a/src/third_party/WebKit/public/platform/WebMediaPlayer.h +++ b/src/third_party/WebKit/public/platform/WebMediaPlayer.h @@ -154,6 +154,9 @@ public: virtual MediaKeyException cancelKeyRequest(const WebString& keySystem, const WebString& sessionId) { return MediaKeyExceptionKeySystemNotSupported; } virtual void setContentDecryptionModule(WebContentDecryptionModule* cdm) { } + // Sets the poster image URL. + virtual void setPoster(const WebURL& poster) { } + // Instruct WebMediaPlayer to enter/exit fullscreen. virtual void enterFullscreen() { } virtual void exitFullscreen() { }