Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: Source/web/WebMediaPlayerClientImpl.h

Issue 131763011: Expose the poster image URL to WebMediaPlayer subclasses (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed Anton & Aaron's comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebMediaPlayerClientImpl.h
diff --git a/Source/web/WebMediaPlayerClientImpl.h b/Source/web/WebMediaPlayerClientImpl.h
index 8b38af927ff8ef0bbce6e992a6e9fc3b9c116640..93313276301b4e9cfe3ff5a3fb7e621e3747883d 100644
--- a/Source/web/WebMediaPlayerClientImpl.h
+++ b/Source/web/WebMediaPlayerClientImpl.h
@@ -48,6 +48,7 @@
namespace WebCore {
class AudioSourceProviderClient;
+class KURL;
acolwell GONE FROM CHROMIUM 2014/02/06 22:53:50 nit: You shouldn't need this since 7 lines up ther
cimamoglu (inactive) 2014/02/07 14:36:19 Done.
}
namespace blink {
@@ -113,6 +114,7 @@ public:
virtual bool paused() const OVERRIDE;
virtual void setVolume(double) OVERRIDE;
virtual void setMuted(bool) OVERRIDE;
+ virtual void setPoster(const WebCore::KURL&) OVERRIDE;
virtual WebCore::MediaPlayer::NetworkState networkState() const OVERRIDE;
virtual WebCore::MediaPlayer::ReadyState readyState() const OVERRIDE;
virtual double maxTimeSeekable() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698