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

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

Issue 2813023002: [Bindings] Make maplike<> and setlike<> imply a readonly size attribute. (Closed)
Patch Set: merge with 23752147e6f5f7dcaf4bad1bb1c306fb91e1ec5b Created 3 years, 8 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
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1892ee55990396b7b24335f89685194a60b8be55..006aa2e95bca790fcfcb1054ad63cd8d74b9d5b9 100644
--- a/content/renderer/media/webrtc/rtc_stats.h
+++ b/content/renderer/media/webrtc/rtc_stats.h
@@ -23,6 +23,7 @@ class CONTENT_EXPORT RTCStatsReport : public blink::WebRTCStatsReport {
std::unique_ptr<blink::WebRTCStats> GetStats(
blink::WebString id) const override;
std::unique_ptr<blink::WebRTCStats> Next() override;
+ size_t Size() const override;
private:
const scoped_refptr<const webrtc::RTCStatsReport> stats_report_;
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698