Index: modules/mediastream/RTCSessionDescriptionInit.idl |
diff --git a/core/html/HTMLPictureElement.idl b/modules/mediastream/RTCSessionDescriptionInit.idl |
similarity index 54% |
copy from core/html/HTMLPictureElement.idl |
copy to modules/mediastream/RTCSessionDescriptionInit.idl |
index 649316cb8a1be19e29c17f14bfbc5b6e10397164..ed958e7864f09ea82cae778620300da87e7f47c1 100644 |
--- a/core/html/HTMLPictureElement.idl |
+++ b/modules/mediastream/RTCSessionDescriptionInit.idl |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://picture.responsiveimages.org |
-[ |
- RuntimeEnabled=Picture |
-] interface HTMLPictureElement : HTMLElement { |
-}; |
+// http://www.w3.org/TR/webrtc/#idl-def-RTCSessionDescription |
+dictionary RTCSessionDescriptionInit { |
+ RTCSdpType type; |
+ DOMString sdp; |
+}; |