| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index 6d5f7b0d282b6c7810bf71d0192bc1cb56b846ea..8a78069609b6588692e987634eadd20b14a1318b 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -27,6 +27,7 @@ namespace webrtc {
|
| class AudioSinkInterface;
|
| class PacketRouter;
|
| class RtcEventLog;
|
| +class RtcpRttStats;
|
| class RtpPacketSender;
|
| class Transport;
|
| class TransportFeedbackObserver;
|
| @@ -97,6 +98,8 @@ class ChannelProxy {
|
| virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
|
| virtual void DisassociateSendChannel();
|
|
|
| + virtual void SetRtcpRttStats(RtcpRttStats* rtcp_rtt_stats);
|
| +
|
| private:
|
| Channel* channel() const;
|
|
|
|
|