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

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

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/RTCSessionDescriptionCallback.idl
diff --git a/third_party/WebCore/Modules/mediastream/IceCallback.idl b/third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
similarity index 92%
copy from third_party/WebCore/Modules/mediastream/IceCallback.idl
copy to third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
index 69d646f203a22cf4f2748f6adf9f1a4f27c1709b..5be75e92099306b2431feca115debcc9488329db 100644
--- a/third_party/WebCore/Modules/mediastream/IceCallback.idl
+++ b/third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
@@ -28,13 +28,13 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module p2p {
+module mediastream {
interface [
Conditional=MEDIA_STREAM,
Callback
- ] IceCallback {
- boolean handleEvent(in IceCandidate candidate, in boolean moreToFollow, in PeerConnection00 source);
+ ] RTCSessionDescriptionCallback {
+ boolean handleEvent(in RTCSessionDescription sdp);
};
}

Powered by Google App Engine
This is Rietveld 408576698