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

Unified Diff: webrtc/call/flexfec_receive_stream.h

Issue 2535173008: Clean up FlexfecReceiveStream ctor signatures. (CL0) (Closed)
Patch Set: Rebase. Created 4 years 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 | « webrtc/call/call.cc ('k') | webrtc/call/flexfec_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/flexfec_receive_stream.h
diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h
index 4f7aee0a76f9d3474e39fbd0fee026efb37717c3..384a94d1d58091e386b39344ae54888a236e5f92 100644
--- a/webrtc/call/flexfec_receive_stream.h
+++ b/webrtc/call/flexfec_receive_stream.h
@@ -25,12 +25,10 @@ namespace internal {
class FlexfecReceiveStream : public webrtc::FlexfecReceiveStream {
public:
- FlexfecReceiveStream(Config configuration,
+ FlexfecReceiveStream(const Config& config,
RecoveredPacketReceiver* recovered_packet_callback);
~FlexfecReceiveStream();
- const Config& config() const { return config_; }
-
bool AddAndProcessReceivedPacket(const uint8_t* packet, size_t length);
// Implements webrtc::FlexfecReceiveStream.
« no previous file with comments | « webrtc/call/call.cc ('k') | webrtc/call/flexfec_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698