diff options
Diffstat (limited to 'WebCore/platform/graphics/MediaPlayerPrivate.h')
| -rw-r--r-- | WebCore/platform/graphics/MediaPlayerPrivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/MediaPlayerPrivate.h b/WebCore/platform/graphics/MediaPlayerPrivate.h index 6d1359b..ba0f4b0 100644 --- a/WebCore/platform/graphics/MediaPlayerPrivate.h +++ b/WebCore/platform/graphics/MediaPlayerPrivate.h @@ -92,6 +92,11 @@ public: virtual void setAutobuffer(bool) { }; +#if PLATFORM(ANDROID) + virtual bool canLoadPoster() const { return false; } + virtual void setPoster(const String&) { } +#endif + #if ENABLE(PLUGIN_PROXY_FOR_VIDEO) virtual void setPoster(const String& url) = 0; virtual void deliverNotification(MediaPlayerProxyNotificationType) = 0; |
