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

Unified Diff: modules/mediastream/SourceInfo.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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 | « modules/mediastream/RTCSessionDescription.idl ('k') | modules/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediastream/SourceInfo.idl
diff --git a/modules/mediastream/RTCDTMFToneChangeEvent.idl b/modules/mediastream/SourceInfo.idl
similarity index 86%
copy from modules/mediastream/RTCDTMFToneChangeEvent.idl
copy to modules/mediastream/SourceInfo.idl
index de80edfc60463cfefd6a98d3db6063e4451741a8..814dd65cc4d4238504d0b3df3bec8085e9a770b2 100644
--- a/modules/mediastream/RTCDTMFToneChangeEvent.idl
+++ b/modules/mediastream/SourceInfo.idl
@@ -24,8 +24,10 @@
*/
[
- NoInterfaceObject,
- ConstructorTemplate=Event
-] interface RTCDTMFToneChangeEvent : Event {
- [InitializedByEventConstructor] readonly attribute DOMString tone;
+ NoInterfaceObject
+] interface SourceInfo {
+ readonly attribute DOMString id;
+ readonly attribute DOMString kind;
+ readonly attribute DOMString label;
+ readonly attribute DOMString facing;
};
« no previous file with comments | « modules/mediastream/RTCSessionDescription.idl ('k') | modules/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698