Index: content/renderer/media/webmediaplayer_impl.h |
diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h |
index d933302c6bd94281fa4a714f7b526fb1723dfc41..2b31c1babd43d26c42340664d639ce36174ffe8c 100644 |
--- a/content/renderer/media/webmediaplayer_impl.h |
+++ b/content/renderer/media/webmediaplayer_impl.h |
@@ -186,6 +186,9 @@ class WebMediaPlayerImpl |
// Called when the data source is downloading or paused. |
void NotifyDownloading(bool is_downloading); |
+ // Creates a media::Renderer that will be used by the Pipeline. |
+ scoped_ptr<media::Renderer> CreateRenderer(); |
+ |
// Finishes starting the pipeline due to a call to load(). |
void StartPipeline(); |