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

Unified Diff: Modules/mediastream/RTCStatsReport.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: Modules/mediastream/RTCStatsReport.idl
diff --git a/Modules/mediastream/RTCStatsReport.idl b/Modules/mediastream/RTCStatsReport.idl
index fe6f7f3115269808bc82299744bd0885fadced06..1d6d7b276e532c71ea19e0a7ad4a0f5e3b4a0528 100644
--- a/Modules/mediastream/RTCStatsReport.idl
+++ b/Modules/mediastream/RTCStatsReport.idl
@@ -26,6 +26,11 @@
Conditional=MEDIA_STREAM,
ImplementationLacksVTable
] interface RTCStatsReport {
- readonly attribute RTCStatsElement local;
- readonly attribute RTCStatsElement remote;
+ readonly attribute Date timestamp;
+ readonly attribute DOMString id;
+ DOMString stat(in DOMString name);
+ sequence<DOMString> names();
+ // DEPRECATED - fake for old RTCStatsElement object.
+ readonly attribute RTCStatsReport local;
+ readonly attribute RTCStatsReport remote;
};

Powered by Google App Engine
This is Rietveld 408576698