Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 6e0171b39535a47a2e774fbe4c572638521a4a2b..a43fc9fb252200016be94d908f62e3c4e9cd01d5 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -96,6 +96,7 @@ class ChannelProxy { |
virtual void SetTransportOverhead(int transport_overhead_per_packet); |
virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy); |
virtual void DisassociateSendChannel(); |
+ virtual void UpdateSmoothedBitrate(); |
private: |
Channel* channel() const; |