| 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..8e7a9dc96de33598931a51ab34de4e3f8456f85f 100644
|
| --- a/webrtc/video/video_receive_stream.h
|
| +++ b/webrtc/video/video_receive_stream.h
|
| @@ -95,11 +95,11 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
|
| CallStats* const call_stats_;
|
| VieRemb* const remb_;
|
|
|
| - rtc::scoped_ptr<VideoCodingModule> vcm_;
|
| IncomingVideoStream incoming_video_stream_;
|
| ReceiveStatisticsProxy stats_proxy_;
|
| ViEChannel vie_channel_;
|
| ViEReceiver* const vie_receiver_;
|
| + VideoCodingModule* const vcm_;
|
| RtpRtcp* const rtp_rtcp_;
|
| };
|
| } // namespace internal
|
|
|