| Index: webrtc/pc/rtcstatscollector.h
|
| diff --git a/webrtc/pc/rtcstatscollector.h b/webrtc/pc/rtcstatscollector.h
|
| index de0af33914d2c68e427d43f064432a0a44111c82..d5c86f611e9ae458a796a33372b222d94c1f8136 100644
|
| --- a/webrtc/pc/rtcstatscollector.h
|
| +++ b/webrtc/pc/rtcstatscollector.h
|
| @@ -105,6 +105,7 @@ class RTCStatsCollector : public virtual rtc::RefCountInterface,
|
| // Produces |RTCIceCandidatePairStats| and |RTCIceCandidateStats|.
|
| void ProduceIceCandidateAndPairStats_n(
|
| int64_t timestamp_us, const SessionStats& session_stats,
|
| + const cricket::VideoMediaInfo* video_media_info,
|
| RTCStatsReport* report) const;
|
| // Produces |RTCMediaStreamStats| and |RTCMediaStreamTrackStats|.
|
| void ProduceMediaStreamAndTrackStats_s(
|
|
|