| Index: webrtc/video/video_receive_stream.h
|
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
|
| index ee25cf7d38cb647f5868c7283506d1b08639655f..55109458189f0ad7747849d1503851ac1394016a 100644
|
| --- a/webrtc/video/video_receive_stream.h
|
| +++ b/webrtc/video/video_receive_stream.h
|
| @@ -100,6 +100,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
|
| ReceiveStatisticsProxy stats_proxy_;
|
| ViEChannel vie_channel_;
|
| ViEReceiver* const vie_receiver_;
|
| + ViESyncModule vie_sync_;
|
| RtpRtcp* const rtp_rtcp_;
|
| };
|
| } // namespace internal
|
|
|