| Index: trunk/src/media/cast/video_receiver/video_receiver.h
|
| ===================================================================
|
| --- trunk/src/media/cast/video_receiver/video_receiver.h (revision 255172)
|
| +++ trunk/src/media/cast/video_receiver/video_receiver.h (working copy)
|
| @@ -115,7 +115,6 @@
|
| scoped_ptr<Rtcp> rtcp_;
|
| scoped_ptr<RtpReceiverStatistics> rtp_video_receiver_statistics_;
|
| base::TimeDelta time_offset_; // Sender-receiver offset estimation.
|
| - int time_offset_counter_;
|
| transport::TransportEncryptionHandler decryptor_;
|
| std::list<VideoFrameEncodedCallback> queued_encoded_callbacks_;
|
| bool time_incoming_packet_updated_;
|
|
|