summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/MediaPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/MediaPlayer.h')
-rw-r--r--WebCore/platform/graphics/MediaPlayer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/MediaPlayer.h b/WebCore/platform/graphics/MediaPlayer.h
index 7f5f2a0..1cb7625 100644
--- a/WebCore/platform/graphics/MediaPlayer.h
+++ b/WebCore/platform/graphics/MediaPlayer.h
@@ -184,6 +184,11 @@ public:
MediaPlayerClient* mediaPlayerClient() const { return m_mediaPlayerClient; }
+#if PLATFORM(ANDROID)
+ bool canLoadPoster() const;
+ void setPoster(const String&);
+#endif
+
#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
void setPoster(const String& url);
void deliverNotification(MediaPlayerProxyNotificationType notification);