| Index: webrtc/video/rtp_stream_receiver.cc
 | 
| diff --git a/webrtc/video/rtp_stream_receiver.cc b/webrtc/video/rtp_stream_receiver.cc
 | 
| index 6421190e9812c0d26fa6868003d13e115f442075..6def90f708feac9a74b151a1e34418777af3a198 100644
 | 
| --- a/webrtc/video/rtp_stream_receiver.cc
 | 
| +++ b/webrtc/video/rtp_stream_receiver.cc
 | 
| @@ -53,6 +53,7 @@ std::unique_ptr<RtpRtcp> CreateRtpRtcpModule(
 | 
|    configuration.send_bitrate_observer = nullptr;
 | 
|    configuration.send_frame_count_observer = nullptr;
 | 
|    configuration.send_side_delay_observer = nullptr;
 | 
| +  configuration.send_packet_observer = nullptr;
 | 
|    configuration.bandwidth_callback = nullptr;
 | 
|    configuration.transport_feedback_callback = nullptr;
 | 
|  
 | 
| 
 |