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

Unified Diff: webkit/media/media_stream_client.h

Issue 12320078: Delete old RTCVideoDecoder code path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make the line no longer than 80 chars Created 7 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
« no previous file with comments | « webkit/media/filter_helpers.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/media_stream_client.h
diff --git a/webkit/media/media_stream_client.h b/webkit/media/media_stream_client.h
index e895c4ee58c9c9687e4d18ca77cba47fc95ddf6e..23a5ada4957db936b682b68a8ae088d1835c7763 100644
--- a/webkit/media/media_stream_client.h
+++ b/webkit/media/media_stream_client.h
@@ -11,14 +11,6 @@
class GURL;
-namespace base {
-class MessageLoopProxy;
-}
-
-namespace media {
-class VideoDecoder;
-}
-
namespace webkit_media {
class MediaStreamAudioRenderer;
@@ -35,10 +27,6 @@ class MediaStreamClient {
const base::Closure& error_cb,
const VideoFrameProvider::RepaintCB& repaint_cb) = 0;
- virtual scoped_refptr<media::VideoDecoder> GetVideoDecoder(
- const GURL& url,
- const scoped_refptr<base::MessageLoopProxy>& message_loop) = 0;
-
virtual scoped_refptr<MediaStreamAudioRenderer> GetAudioRenderer(
const GURL& url) = 0;
« no previous file with comments | « webkit/media/filter_helpers.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698