diff options
Diffstat (limited to 'media/blink/webmediaplayer_impl.h')
-rw-r--r-- | media/blink/webmediaplayer_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h index c3ad6a6..35cda62 100644 --- a/media/blink/webmediaplayer_impl.h +++ b/media/blink/webmediaplayer_impl.h @@ -188,9 +188,6 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl // Called when the data source is downloading or paused. void NotifyDownloading(bool is_downloading); - // Creates a Renderer that will be used by the |pipeline_|. - scoped_ptr<Renderer> CreateRenderer(); - // Finishes starting the pipeline due to a call to load(). void StartPipeline(); |