| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index e2911cc10332aba9f4167aad82264b9b6acb88e8..c7bb06b373df4de5c972217dfc6a51874aff0e16 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -68,7 +68,6 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
| typedef std::map<uint32_t, RtpState> RtpStateMap;
|
| RtpStateMap GetRtpStates() const;
|
|
|
| - int64_t GetRtt() const;
|
| int GetPaddingNeededBps() const;
|
|
|
| private:
|
|
|