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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 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
Index: third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
diff --git a/third_party/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl b/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
similarity index 87%
copy from third_party/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
copy to third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
index 0a661807b730bbb43c00a1d889eb8a960d61052a..320c6030eb3176267d4b5c39e74599b685e09cb0 100644
--- a/third_party/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
+++ b/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Google Inc. All rights reserved.
+ * Copyright (C) 2012 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -22,12 +22,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module window {
+module events {
+
interface [
Conditional=MEDIA_STREAM,
- Callback
- ] NavigatorUserMediaSuccessCallback {
- boolean handleEvent(in LocalMediaStream stream);
+ ] MediaStreamTrackEvent : Event {
+ readonly attribute MediaStreamTrack track;
};
}

Powered by Google App Engine
This is Rietveld 408576698