Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebMediaPlayer.h
index 0d83c8c..f329a92 100644 (file)
@@ -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() { }