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

Unified Diff: talk/app/webrtc/mediastreaminterface.h

Issue 1626003004: Deleted method AudioTrackInterface::GetRenderer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 4 years, 11 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 | « no previous file | talk/app/webrtc/mediastreamtrackproxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/mediastreaminterface.h
diff --git a/talk/app/webrtc/mediastreaminterface.h b/talk/app/webrtc/mediastreaminterface.h
index 9b137d9f761006bc45477b455fc58b91236a7069..341a73c70a5a7da1263fa4c5b4c3f5ca5b00b6f5 100644
--- a/talk/app/webrtc/mediastreaminterface.h
+++ b/talk/app/webrtc/mediastreaminterface.h
@@ -235,12 +235,6 @@ class AudioTrackInterface : public MediaStreamTrackInterface {
virtual rtc::scoped_refptr<AudioProcessorInterface>
GetAudioProcessor() { return NULL; }
- // Get a pointer to the audio renderer of this AudioTrack.
- // The pointer is valid for the lifetime of this AudioTrack.
- // TODO(xians): Remove the following interface after Chrome switches to
- // AddSink() and RemoveSink() interfaces.
- virtual cricket::AudioRenderer* GetRenderer() { return NULL; }
-
protected:
virtual ~AudioTrackInterface() {}
};
« no previous file with comments | « no previous file | talk/app/webrtc/mediastreamtrackproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698