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

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: add svn revision 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
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..e5607551c4e5e484ee29ec5aceace5b2b3ccb2bc 100644
--- a/webkit/media/media_stream_client.h
+++ b/webkit/media/media_stream_client.h
@@ -35,10 +35,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;

Powered by Google App Engine
This is Rietveld 408576698