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

Unified Diff: webrtc/media/engine/webrtcvoiceengine.h

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Thread issue. Created 3 years, 6 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: webrtc/media/engine/webrtcvoiceengine.h
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h
index bbfec880f884186b20af5d0a22377e115f4b6c47..bdfb6a4caf5bcb6d35afbc6f12bd3fdf31f83892 100644
--- a/webrtc/media/engine/webrtcvoiceengine.h
+++ b/webrtc/media/engine/webrtcvoiceengine.h
@@ -217,7 +217,7 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel,
uint32_t ssrc,
std::unique_ptr<webrtc::AudioSinkInterface> sink) override;
- std::vector<webrtc::RtpSource> GetSources(uint32_t ssrc) const;
+ std::vector<webrtc::RtpSource> GetSources(uint32_t ssrc) const override;
// implements Transport interface
bool SendRtp(const uint8_t* data,
« no previous file with comments | « webrtc/media/base/mediachannel.h ('k') | webrtc/pc/BUILD.gn » ('j') | webrtc/pc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698