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

Unified Diff: third_party/WebCore/Modules/mediastream/RTCStatsResponse.idl

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: third_party/WebCore/Modules/mediastream/RTCStatsResponse.idl
diff --git a/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl b/third_party/WebCore/Modules/mediastream/RTCStatsResponse.idl
similarity index 90%
copy from third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
copy to third_party/WebCore/Modules/mediastream/RTCStatsResponse.idl
index 320c6030eb3176267d4b5c39e74599b685e09cb0..a2ecc6717c67053b659348b8ff5c12b7c9794fb7 100644
--- a/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
+++ b/third_party/WebCore/Modules/mediastream/RTCStatsResponse.idl
@@ -22,12 +22,11 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module events {
+module mediastream {
interface [
- Conditional=MEDIA_STREAM,
- ] MediaStreamTrackEvent : Event {
- readonly attribute MediaStreamTrack track;
+ Conditional=MEDIA_STREAM
+ ] RTCStatsResponse {
+ sequence<RTCStatsReport> result();
};
-
}

Powered by Google App Engine
This is Rietveld 408576698