| Index: webrtc/pc/channel.h | 
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h | 
| index 48259e5fd9d7732b94c4deaa817265edf5b85b59..2acbeec1cd42ed5cec93d28d4fe6bfcfebb2180f 100644 | 
| --- a/webrtc/pc/channel.h | 
| +++ b/webrtc/pc/channel.h | 
| @@ -554,6 +554,7 @@ class VideoChannel : public BaseChannel { | 
|  | 
| bool SetSink(uint32_t ssrc, | 
| rtc::VideoSinkInterface<webrtc::VideoFrame>* sink); | 
| +  void FillBitrateInfo(BandwidthEstimationInfo* bwe_info); | 
| // Get statistics about the current media session. | 
| bool GetStats(VideoMediaInfo* stats); | 
|  | 
|  |