| Index: content/browser/renderer_host/media/peer_connection_tracker_host.h
|
| diff --git a/content/browser/renderer_host/media/peer_connection_tracker_host.h b/content/browser/renderer_host/media/peer_connection_tracker_host.h
|
| index 07dda23b8e182e239bd45c33137d00fe8cbc2a93..67c7d4e6a25164e93b184f6bcc8d0923bb129167 100644
|
| --- a/content/browser/renderer_host/media/peer_connection_tracker_host.h
|
| +++ b/content/browser/renderer_host/media/peer_connection_tracker_host.h
|
| @@ -50,6 +50,10 @@ class PeerConnectionTrackerHost : public BrowserMessageFilter,
|
| bool video,
|
| const std::string& audio_constraints,
|
| const std::string& video_constraints);
|
| + void OnAddVideoStats(const std::string& video_id,
|
| + float input_frame_rate,
|
| + int number_of_dropped_frames);
|
| +
|
| void SendOnSuspendOnUIThread();
|
|
|
| int render_process_id_;
|
|
|