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

Unified Diff: webrtc/call/rtx_receive_stream.cc

Issue 2913793002: Address some violations of chromium-style. (Closed)
Patch Set: Add empty line. Created 3 years, 7 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 | « webrtc/call/rtx_receive_stream.h ('k') | webrtc/modules/congestion_controller/delay_based_bwe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtx_receive_stream.cc
diff --git a/webrtc/call/rtx_receive_stream.cc b/webrtc/call/rtx_receive_stream.cc
index 286f867faa8985f6bf5013098ee4041c9f23e8ea..f08e3c3960168b7c22be975a7376c19d6e012e5b 100644
--- a/webrtc/call/rtx_receive_stream.cc
+++ b/webrtc/call/rtx_receive_stream.cc
@@ -23,6 +23,8 @@ RtxReceiveStream::RtxReceiveStream(
rtx_payload_type_map_(std::move(rtx_payload_type_map)),
media_ssrc_(media_ssrc) {}
+RtxReceiveStream::~RtxReceiveStream() = default;
+
void RtxReceiveStream::OnRtpPacket(const RtpPacketReceived& rtx_packet) {
rtc::ArrayView<const uint8_t> payload = rtx_packet.payload();
« no previous file with comments | « webrtc/call/rtx_receive_stream.h ('k') | webrtc/modules/congestion_controller/delay_based_bwe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698