Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index b3a98c617ac2ebc120bf50f557faf537af47ba52..89b8f9567e049382b9a256a4ee1c793e30651124 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -87,6 +87,8 @@ class VideoReceiveStream { |
StreamDataCounters rtp_stats; |
RtcpPacketTypeCounter rtcp_packet_type_counts; |
RtcpStatistics rtcp_stats; |
+ |
+ rtc::Optional<TimingFrameInfo> timing_frame_info; |
}; |
struct Config { |