Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1722)

Unified Diff: content/browser/renderer_host/media/peer_connection_tracker_host.h

Issue 617093003: Add MediaStreamSource frame rate calculation to the tracker. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding type name. Fixing IPC type problem. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/media/webrtc_internals.cc ('k') | content/browser/renderer_host/media/peer_connection_tracker_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698