| Index: webrtc/voice_engine/channel_proxy.h
 | 
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
 | 
| index fc894a94223cb1c70ac87aa9be279de098350476..c19a27b9afdb079191968181c3527f44e206dcb3 100644
 | 
| --- a/webrtc/voice_engine/channel_proxy.h
 | 
| +++ b/webrtc/voice_engine/channel_proxy.h
 | 
| @@ -36,6 +36,7 @@ class RtpRtcp;
 | 
|  class RtpTransportControllerSendInterface;
 | 
|  class Transport;
 | 
|  class TransportFeedbackObserver;
 | 
| +struct RtpContributingSource;
 | 
|  
 | 
|  namespace voe {
 | 
|  
 | 
| @@ -120,6 +121,8 @@ class ChannelProxy {
 | 
|    virtual void OnRecoverableUplinkPacketLossRate(
 | 
|        float recoverable_packet_loss_rate);
 | 
|    virtual void RegisterLegacyReceiveCodecs();
 | 
| +  virtual const std::vector<webrtc::RtpContributingSource>&
 | 
| +  GetContributingSources();
 | 
|  
 | 
|   private:
 | 
|    Channel* channel() const;
 | 
| 
 |