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

Unified Diff: content/renderer/media/webrtc/rtc_stats.h

Issue 2359103002: WebRTCStatsReport::copyHandle and getStats added (Closed)
Patch Set: Created 4 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/renderer/media/webrtc/rtc_stats.h
diff --git a/content/renderer/media/webrtc/rtc_stats.h b/content/renderer/media/webrtc/rtc_stats.h
index 6098582be865a97db312587a78647e16b6cb649b..19baa103d3068e078c2800710c1ff8bf38ca85bb 100644
--- a/content/renderer/media/webrtc/rtc_stats.h
+++ b/content/renderer/media/webrtc/rtc_stats.h
@@ -17,7 +17,10 @@ class RTCStatsReport : public blink::WebRTCStatsReport {
RTCStatsReport(
const scoped_refptr<const webrtc::RTCStatsReport>& stats_report);
~RTCStatsReport() override;
+ std::unique_ptr<blink::WebRTCStatsReport> copyHandle() const override;
+ std::unique_ptr<blink::WebRTCStats> getStats(
+ blink::WebString id) const override;
std::unique_ptr<blink::WebRTCStats> next() override;
private:
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.cc » ('j') | third_party/WebKit/public/platform/WebRTCStats.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698